Html Css Color HEX #535F99 Governor Bay

📋 copy color: '#535F99'

red 83 ◦ green 95 ◦ blue 153

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

Shades of Governor Bay #535F99

Tints of Governor Bay #535F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 25.08%
G = 28.7%
B = 46.22%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535F99 (or 0x535F99) is known color: Governor Bay. HEX triplet: 53, 5F and 99. RGB value is (83,95,153). Sum of RGB (Red+Green+Blue) = 83+95+153=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #535F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F99 is #ACA066. Grayscale: #616161. Windows color (decimal): -11313255 or 10051411. OLE color: 10051411.

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

Color convert

RGB 83 95 153 -
CMYK 0.46 0.38 0 0.4
HSL 229.71º 0.3% 0.46% -
HSV(B) 229.71º 0.46% 0.6% -
XYZ 13.41 12.32 31.81 -
YUV 98.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 83 95 153 0.46 0.38 0 0.4 229.71 0.3 0.46
Hex 53 5F 99 2E 26 0 28 E6 1E 2E
Octal 123 137 231 56 46 0 50 346 36 56
Binary 1010011 1011111 10011001 101110 100110 0 101000 11100110 11110 101110

Color Harmonies of #535F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F99

Black with #535F99

Text Example


Text Example

White with #535F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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