Html Css Color HEX #535588 Governor Bay

📋 copy color: '#535588'

red 83 ◦ green 85 ◦ blue 136

#535588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #535588

Tints of Governor Bay #535588

RGB

 RED value IS 83 (32.81% from 255) = 27.3%

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 27.3%
G = 27.96%
B = 44.74%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535588 (or 0x535588) is known color: Governor Bay. HEX triplet: 53, 55 and 88. RGB value is (83,85,136). Sum of RGB (Red+Green+Blue) = 83+85+136=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #535588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535588 is #ACAA77. Grayscale: #5A5A5A. Windows color (decimal): -11315832 or 8934739. OLE color: 8934739.

HSL color Cylindrical-coordinate representation of color #535588: hue angle of 237.74º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535588 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 85 136 -
CMYK 0.39 0.38 0 0.47
HSL 237.74º 0.24% 0.43% -
HSV(B) 237.74º 0.39% 0.53% -
XYZ 11.26 10.11 24.65 -
YUV 90.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 83 85 136 0.39 0.38 0 0.47 237.74 0.24 0.43
Hex 53 55 88 27 26 0 2F EE 18 2B
Octal 123 125 210 47 46 0 57 356 30 53
Binary 1010011 1010101 10001000 100111 100110 0 101111 11101110 11000 101011

Color Harmonies of #535588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535588

Black with #535588

Text Example


Text Example

White with #535588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535588; }

 p { color: rgb(83,85,136); }

 H1.HeaderClassName
 {
   color: #535588;
 }
 .AnyTagClassName
 {
   color: #535588;
 }
</style>

background-color css

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

 a { background-color: rgb(83,85,136); }

 div.DivClassName
 {
   background-color: #535588;
 }
 .BgClassName
 {
   background-color: #535588;
 }
</style>

border-color css

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

 span { border-color: rgb(83,85,136); }

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