#525CB0

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

Shades of Rich Blue #525CB0

Tints of Rich Blue #525CB0

Color information

#525CB0 (or 0x525CB0) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and B0. RGB value is (82,92,176). Sum of RGB (Red+Green+Blue) = 82+92+176=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #525CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CB0 is #ADA34F. Grayscale: #626262. Windows color (decimal): -11379536 or 11557970. OLE color: 11557970.

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

Color convert

RGB8292176-
CMYK0.530.4800.31
HSL233.62º37.3%50.59%-
HSV(B)233.62º53.41%69.02%-
XYZ15.1412.5842.7-
YUV98.59171.69116.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=23.43%
G=26.29%
B=50.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82921760.530.4800.31233.6237.350.59
Hex525CB0353001Fea2533
Octal12213426065600373524563
Binary101001010111001011000011010111000001111111101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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