#525EBB

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

Shades of Rich Blue #525EBB

Tints of Rich Blue #525EBB

Color information

#525EBB (or 0x525EBB) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and BB. RGB value is (82,94,187). Sum of RGB (Red+Green+Blue) = 82+94+187=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #525EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EBB is #ADA144. Grayscale: #646464. Windows color (decimal): -11379013 or 12279378. OLE color: 12279378.

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

Color convert

RGB8294187-
CMYK0.560.5000.27
HSL233.14º43.57%52.75%-
HSV(B)233.14º56.15%73.33%-
XYZ16.4513.3948.73-
YUV101.01176.52114.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=22.59%
G=25.90%
B=51.52%

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
Decimal82941870.560.5000.27233.1443.5752.75
Hex525EBB383201Be92c35
Octal12213627370620333515465
Binary101001010111101011101111100011001001101111101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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