#525FBB

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

Shades of Rich Blue #525FBB

Tints of Rich Blue #525FBB

Color information

#525FBB (or 0x525FBB) is unknown color: approx Rich Blue. HEX triplet: 52, 5F and BB. RGB value is (82,95,187). Sum of RGB (Red+Green+Blue) = 82+95+187=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #525FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FBB is #ADA044. Grayscale: #656565. Windows color (decimal): -11378757 or 12279634. OLE color: 12279634.

HSL color Cylindrical-coordinate representation of color #525FBB: hue angle of 232.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525FBB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8295187-
CMYK0.560.4900.27
HSL232.57º43.57%52.75%-
HSV(B)232.57º56.15%73.33%-
XYZ16.5413.5748.76-
YUV101.6176.19114.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=22.53%
G=26.10%
B=51.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82951870.560.4900.27232.5743.5752.75
Hex525FBB383101Be92c35
Octal12213727370610333515465
Binary101001010111111011101111100011000101101111101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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