Html Css Color HEX #535688 Governor Bay

📋 copy color: '#535688'

red 83 ◦ green 86 ◦ blue 136

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

Shades of Governor Bay #535688

Tints of Governor Bay #535688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 27.21%
G = 28.2%
B = 44.59%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535688 (or 0x535688) is known color: Governor Bay. HEX triplet: 53, 56 and 88. RGB value is (83,86,136). Sum of RGB (Red+Green+Blue) = 83+86+136=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #535688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535688 is #ACA977. Grayscale: #5A5A5A. Windows color (decimal): -11315576 or 8934995. OLE color: 8934995.

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

Color convert

RGB 83 86 136 -
CMYK 0.39 0.37 0 0.47
HSL 236.6º 0.24% 0.43% -
HSV(B) 236.6º 0.39% 0.53% -
XYZ 11.34 10.27 24.68 -
YUV 90.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 83 86 136 0.39 0.37 0 0.47 236.6 0.24 0.43
Hex 53 56 88 27 25 0 2F ED 18 2B
Octal 123 126 210 47 45 0 57 355 30 53
Binary 1010011 1010110 10001000 100111 100101 0 101111 11101101 11000 101011

Color Harmonies of #535688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535688

Black with #535688

Text Example


Text Example

White with #535688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535688; }

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

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

background-color css

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

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

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

border-color css

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

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

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