#525ABB

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

Shades of Rich Blue #525ABB

Tints of Rich Blue #525ABB

Color information

#525ABB (or 0x525ABB) is unknown color: approx Rich Blue. HEX triplet: 52, 5A and BB. RGB value is (82,90,187). Sum of RGB (Red+Green+Blue) = 82+90+187=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #525ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ABB is #ADA544. Grayscale: #626262. Windows color (decimal): -11380037 or 12278354. OLE color: 12278354.

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

Color convert

RGB8290187-
CMYK0.560.5200.27
HSL235.43º43.57%52.75%-
HSV(B)235.43º56.15%73.33%-
XYZ16.1112.6948.62-
YUV98.67177.85116.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=22.84%
G=25.07%
B=52.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82901870.560.5200.27235.4343.5752.75
Hex525ABB383401Beb2c35
Octal12213227370640333535465
Binary101001010110101011101111100011010001101111101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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