#525FB8

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

Shades of Rich Blue #525FB8

Tints of Rich Blue #525FB8

Color information

#525FB8 (or 0x525FB8) is unknown color: approx Rich Blue. HEX triplet: 52, 5F and B8. RGB value is (82,95,184). Sum of RGB (Red+Green+Blue) = 82+95+184=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #525FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FB8 is #ADA047. Grayscale: #646464. Windows color (decimal): -11378760 or 12083026. OLE color: 12083026.

HSL color Cylindrical-coordinate representation of color #525FB8: hue angle of 232.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525FB8 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8295184-
CMYK0.550.4800.28
HSL232.35º41.8%52.16%-
HSV(B)232.35º55.43%72.16%-
XYZ16.2213.4447.09-
YUV101.26174.69114.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=22.71%
G=26.32%
B=50.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82951840.550.4800.28232.3541.852.16
Hex525FB8373001Ce82a34
Octal12213727067600343505264
Binary101001010111111011100011011111000001110011101000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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