#525EAF

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

Shades of Rich Blue #525EAF

Tints of Rich Blue #525EAF

Color information

#525EAF (or 0x525EAF) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and AF. RGB value is (82,94,175). Sum of RGB (Red+Green+Blue) = 82+94+175=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #525EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525EAF is #ADA150. Grayscale: #636363. Windows color (decimal): -11379025 or 11492946. OLE color: 11492946.

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

Color convert

RGB8294175-
CMYK0.530.4600.31
HSL232.26º36.76%50.39%-
HSV(B)232.26º53.14%68.63%-
XYZ15.2212.8942.24-
YUV99.65170.52115.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=23.36%
G=26.78%
B=49.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82941750.530.4600.31232.2636.7650.39
Hex525EAF352E01Fe82532
Octal12213625765560373504562
Binary101001010111101010111111010110111001111111101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,175); }

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

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

 a { background-color: rgb(82,94,175); }

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

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

 span { border-color: rgb(82,94,175); }

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