#525CB6

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

Shades of Rich Blue #525CB6

Tints of Rich Blue #525CB6

Color information

#525CB6 (or 0x525CB6) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and B6. RGB value is (82,92,182). Sum of RGB (Red+Green+Blue) = 82+92+182=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #525CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CB6 is #ADA349. Grayscale: #626262. Windows color (decimal): -11379530 or 11951186. OLE color: 11951186.

HSL color Cylindrical-coordinate representation of color #525CB6: hue angle of 234º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525CB6 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8292182-
CMYK0.550.4900.29
HSL234º40.65%51.76%-
HSV(B)234º54.95%71.37%-
XYZ15.7512.8345.9-
YUV99.27174.69115.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=23.03%
G=25.84%
B=51.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82921820.550.4900.2923440.6551.76
Hex525CB6373101Dea2934
Octal12213426667610353525164
Binary101001010111001011011011011111000101110111101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,92,182); }

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

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

 a { background-color: rgb(82,92,182); }

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

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

 span { border-color: rgb(82,92,182); }

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