Html Css Color HEX #535388 Governor Bay

📋 copy color: '#535388'

red 83 ◦ green 83 ◦ blue 136

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

Shades of Governor Bay #535388

Tints of Governor Bay #535388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 27.48%
G = 27.48%
B = 45.03%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535388 (or 0x535388) is known color: Governor Bay. HEX triplet: 53, 53 and 88. RGB value is (83,83,136). Sum of RGB (Red+Green+Blue) = 83+83+136=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #535388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535388 is #ACAC77. Grayscale: #585858. Windows color (decimal): -11316344 or 8934227. OLE color: 8934227.

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

Color convert

RGB 83 83 136 -
CMYK 0.39 0.39 0 0.47
HSL 240º 0.24% 0.43% -
HSV(B) 240º 0.39% 0.53% -
XYZ 11.1 9.8 24.6 -
YUV 89.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 83 83 136 0.39 0.39 0 0.47 240 0.24 0.43
Hex 53 53 88 27 27 0 2F F0 18 2B
Octal 123 123 210 47 47 0 57 360 30 53
Binary 1010011 1010011 10001000 100111 100111 0 101111 11110000 11000 101011

Color Harmonies of #535388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535388

Black with #535388

Text Example


Text Example

White with #535388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535388; }

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

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

background-color css

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

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

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

border-color css

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

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

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