#535AB8

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

Shades of Rich Blue #535AB8

Tints of Rich Blue #535AB8

Color information

#535AB8 (or 0x535AB8) is unknown color: approx Rich Blue. HEX triplet: 53, 5A and B8. RGB value is (83,90,184). Sum of RGB (Red+Green+Blue) = 83+90+184=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #535AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AB8 is #ACA547. Grayscale: #626262. Windows color (decimal): -11314504 or 12081747. OLE color: 12081747.

HSL color Cylindrical-coordinate representation of color #535AB8: hue angle of 235.84º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535AB8 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8390184-
CMYK0.550.5100.28
HSL235.84º41.56%52.35%-
HSV(B)235.84º54.89%72.16%-
XYZ15.8812.6146.95-
YUV98.62176.18116.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 184 (72.27% from 255) = 51.54%
R=23.25%
G=25.21%
B=51.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83901840.550.5100.28235.8441.5652.35
Hex535AB8373301Cec2a34
Octal12313227067630343545264
Binary101001110110101011100011011111001101110011101100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535AB8; }

 p { color: rgb(83,90,184); }

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

<style>
 a { background-color: #535AB8; }

 a { background-color: rgb(83,90,184); }

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

<style>
 span { border-color: #535AB8; }

 span { border-color: rgb(83,90,184); }

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