#525FB1

Color #525FB1 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #525FB1

Tints of Rich Blue #525FB1

Color information

#525FB1 (or 0x525FB1) is unknown color: approx Rich Blue. HEX triplet: 52, 5F and B1. RGB value is (82,95,177). Sum of RGB (Red+Green+Blue) = 82+95+177=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #525FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525FB1 is #ADA04E. Grayscale: #646464. Windows color (decimal): -11378767 or 11624274. OLE color: 11624274.

HSL color Cylindrical-coordinate representation of color #525FB1: hue angle of 231.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525FB1 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8295177-
CMYK0.540.4600.31
HSL231.79º37.85%50.78%-
HSV(B)231.79º53.67%69.41%-
XYZ15.5113.1543.32-
YUV100.46171.19114.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 177 (69.53% from 255) = 50%
R=23.16%
G=26.84%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82951770.540.4600.31231.7937.8550.78
Hex525FB1362E01Fe82633
Octal12213726166560373504663
Binary101001010111111011000111011010111001111111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525FB1; }

 p { color: rgb(82,95,177); }

 H1.HeaderClassName
 {
   color: #525FB1;
 }
 .AnyTagClassName
 {
   color: #525FB1;
 }
</style>
background-color css

<style>
 a { background-color: #525FB1; }

 a { background-color: rgb(82,95,177); }

 div.DivClassName
 {
   background-color: #525FB1;
 }
 .BgClassName
 {
   background-color: #525FB1;
 }
</style>
border-color css

<style>
 span { border-color: #525FB1; }

 span { border-color: rgb(82,95,177); }

 td.TdClassName
 {
   border-color: #525FB1;
 }
 .TagClassName
 {
   border-color: #525FB1;
 }
</style>