Html Css Color HEX #535C88 Governor Bay

📋 copy color: '#535C88'

red 83 ◦ green 92 ◦ blue 136

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

Shades of Governor Bay #535C88

Tints of Governor Bay #535C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

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

R = 26.69%
G = 29.58%
B = 43.73%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535C88 (or 0x535C88) is known color: Governor Bay. HEX triplet: 53, 5C and 88. RGB value is (83,92,136). Sum of RGB (Red+Green+Blue) = 83+92+136=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #535C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C88 is #ACA377. Grayscale: #5E5E5E. Windows color (decimal): -11314040 or 8936531. OLE color: 8936531.

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

Color convert

RGB 83 92 136 -
CMYK 0.39 0.32 0 0.47
HSL 229.81º 0.24% 0.43% -
HSV(B) 229.81º 0.39% 0.53% -
XYZ 11.84 11.27 24.84 -
YUV 94.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 83 92 136 0.39 0.32 0 0.47 229.81 0.24 0.43
Hex 53 5C 88 27 20 0 2F E6 18 2B
Octal 123 134 210 47 40 0 57 346 30 53
Binary 1010011 1011100 10001000 100111 100000 0 101111 11100110 11000 101011

Color Harmonies of #535C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C88

Black with #535C88

Text Example


Text Example

White with #535C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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