Html Css Color HEX #535999 Governor Bay

📋 copy color: '#535999'

red 83 ◦ green 89 ◦ blue 153

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

Shades of Governor Bay #535999

Tints of Governor Bay #535999

RGB

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

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

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

R = 25.54%
G = 27.38%
B = 47.08%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535999 (or 0x535999) is known color: Governor Bay. HEX triplet: 53, 59 and 99. RGB value is (83,89,153). Sum of RGB (Red+Green+Blue) = 83+89+153=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #535999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535999 is #ACA666. Grayscale: #5E5E5E. Windows color (decimal): -11314791 or 10049875. OLE color: 10049875.

HSL color Cylindrical-coordinate representation of color #535999: hue angle of 234.86º 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 #535999 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 89 153 -
CMYK 0.46 0.42 0 0.4
HSL 234.86º 0.3% 0.46% -
HSV(B) 234.86º 0.46% 0.6% -
XYZ 12.89 11.28 31.64 -
YUV 94.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 83 89 153 0.46 0.42 0 0.4 234.86 0.3 0.46
Hex 53 59 99 2E 2A 0 28 EB 1E 2E
Octal 123 131 231 56 52 0 50 353 36 56
Binary 1010011 1011001 10011001 101110 101010 0 101000 11101011 11110 101110

Color Harmonies of #535999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535999

Black with #535999

Text Example


Text Example

White with #535999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535999; }

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

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

background-color css

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

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

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

border-color css

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

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

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