#525FB5

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

Shades of Rich Blue #525FB5

Tints of Rich Blue #525FB5

Color information

#525FB5 (or 0x525FB5) is unknown color: approx Rich Blue. HEX triplet: 52, 5F and B5. RGB value is (82,95,181). Sum of RGB (Red+Green+Blue) = 82+95+181=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #525FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FB5 is #ADA04A. Grayscale: #646464. Windows color (decimal): -11378763 or 11886418. OLE color: 11886418.

HSL color Cylindrical-coordinate representation of color #525FB5: hue angle of 232.12º degrees, saturation: 0.4, 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 #525FB5 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8295181-
CMYK0.550.4800.29
HSL232.12º40.08%51.57%-
HSV(B)232.12º54.7%70.98%-
XYZ15.9113.3145.45-
YUV100.92173.19114.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=22.91%
G=26.54%
B=50.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82951810.550.4800.29232.1240.0851.57
Hex525FB5373001De82834
Octal12213726567600353505064
Binary101001010111111011010111011111000001110111101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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