#525DBB

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

Shades of Rich Blue #525DBB

Tints of Rich Blue #525DBB

Color information

#525DBB (or 0x525DBB) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and BB. RGB value is (82,93,187). Sum of RGB (Red+Green+Blue) = 82+93+187=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #525DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DBB is #ADA244. Grayscale: #646464. Windows color (decimal): -11379269 or 12279122. OLE color: 12279122.

HSL color Cylindrical-coordinate representation of color #525DBB: hue angle of 233.71º 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 #525DBB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8293187-
CMYK0.560.5000.27
HSL233.71º43.57%52.75%-
HSV(B)233.71º56.15%73.33%-
XYZ16.3613.2148.7-
YUV100.43176.86114.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=22.65%
G=25.69%
B=51.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82931870.560.5000.27233.7143.5752.75
Hex525DBB383201Bea2c35
Octal12213527370620333525465
Binary101001010111011011101111100011001001101111101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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