Html Css Color HEX #535D99 Governor Bay

📋 copy color: '#535D99'

red 83 ◦ green 93 ◦ blue 153

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

Shades of Governor Bay #535D99

Tints of Governor Bay #535D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 25.23%
G = 28.27%
B = 46.5%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535D99 (or 0x535D99) is known color: Governor Bay. HEX triplet: 53, 5D and 99. RGB value is (83,93,153). Sum of RGB (Red+Green+Blue) = 83+93+153=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #535D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D99 is #ACA266. Grayscale: #606060. Windows color (decimal): -11313767 or 10050899. OLE color: 10050899.

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

Color convert

RGB 83 93 153 -
CMYK 0.46 0.39 0 0.4
HSL 231.43º 0.3% 0.46% -
HSV(B) 231.43º 0.46% 0.6% -
XYZ 13.23 11.97 31.75 -
YUV 96.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 83 93 153 0.46 0.39 0 0.4 231.43 0.3 0.46
Hex 53 5D 99 2E 27 0 28 E7 1E 2E
Octal 123 135 231 56 47 0 50 347 36 56
Binary 1010011 1011101 10011001 101110 100111 0 101000 11100111 11110 101110

Color Harmonies of #535D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D99

Black with #535D99

Text Example


Text Example

White with #535D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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