Html Css Color HEX #535988 Governor Bay

📋 copy color: '#535988'

red 83 ◦ green 89 ◦ blue 136

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

Shades of Governor Bay #535988

Tints of Governor Bay #535988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

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

R = 26.95%
G = 28.9%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535988 (or 0x535988) is known color: Governor Bay. HEX triplet: 53, 59 and 88. RGB value is (83,89,136). Sum of RGB (Red+Green+Blue) = 83+89+136=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #535988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535988 is #ACA677. Grayscale: #5C5C5C. Windows color (decimal): -11314808 or 8935763. OLE color: 8935763.

HSL color Cylindrical-coordinate representation of color #535988: hue angle of 233.21º 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 #535988 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 89 136 -
CMYK 0.39 0.35 0 0.47
HSL 233.21º 0.24% 0.43% -
HSV(B) 233.21º 0.39% 0.53% -
XYZ 11.58 10.76 24.76 -
YUV 92.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 83 89 136 0.39 0.35 0 0.47 233.21 0.24 0.43
Hex 53 59 88 27 23 0 2F E9 18 2B
Octal 123 131 210 47 43 0 57 351 30 53
Binary 1010011 1011001 10001000 100111 100011 0 101111 11101001 11000 101011

Color Harmonies of #535988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535988

Black with #535988

Text Example


Text Example

White with #535988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535988; }

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

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

background-color css

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

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

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

border-color css

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

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

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