Html Css Color HEX #535599 Governor Bay

📋 copy color: '#535599'

red 83 ◦ green 85 ◦ blue 153

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

Shades of Governor Bay #535599

Tints of Governor Bay #535599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 25.86%
G = 26.48%
B = 47.66%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535599 (or 0x535599) is known color: Governor Bay. HEX triplet: 53, 55 and 99. RGB value is (83,85,153). Sum of RGB (Red+Green+Blue) = 83+85+153=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #535599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535599 is #ACAA66. Grayscale: #5B5B5B. Windows color (decimal): -11315815 or 10048851. OLE color: 10048851.

HSL color Cylindrical-coordinate representation of color #535599: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535599 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 85 153 -
CMYK 0.46 0.44 0 0.4
HSL 238.29º 0.3% 0.46% -
HSV(B) 238.29º 0.46% 0.6% -
XYZ 12.57 10.64 31.53 -
YUV 92.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 83 85 153 0.46 0.44 0 0.4 238.29 0.3 0.46
Hex 53 55 99 2E 2C 0 28 EE 1E 2E
Octal 123 125 231 56 54 0 50 356 36 56
Binary 1010011 1010101 10011001 101110 101100 0 101000 11101110 11110 101110

Color Harmonies of #535599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535599

Black with #535599

Text Example


Text Example

White with #535599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535599; }

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

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

background-color css

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

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

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

border-color css

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

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

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