#535BB8

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

Shades of Rich Blue #535BB8

Tints of Rich Blue #535BB8

Color information

#535BB8 (or 0x535BB8) is unknown color: approx Rich Blue. HEX triplet: 53, 5B and B8. RGB value is (83,91,184). Sum of RGB (Red+Green+Blue) = 83+91+184=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #535BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BB8 is #ACA447. Grayscale: #626262. Windows color (decimal): -11314248 or 12082003. OLE color: 12082003.

HSL color Cylindrical-coordinate representation of color #535BB8: hue angle of 235.25º 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 #535BB8 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8391184-
CMYK0.550.5100.28
HSL235.25º41.56%52.35%-
HSV(B)235.25º54.89%72.16%-
XYZ15.9612.7846.97-
YUV99.21175.85116.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 184 (72.27% from 255) = 51.40%
R=23.18%
G=25.42%
B=51.40%

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
Decimal83911840.550.5100.28235.2541.5652.35
Hex535BB8373301Ceb2a34
Octal12313327067630343535264
Binary101001110110111011100011011111001101110011101011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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