Html Css Color HEX #535499 Governor Bay

📋 copy color: '#535499'

red 83 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #535499

Tints of Governor Bay #535499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 25.94%
G = 26.25%
B = 47.81%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535499 (or 0x535499) is known color: Governor Bay. HEX triplet: 53, 54 and 99. RGB value is (83,84,153). Sum of RGB (Red+Green+Blue) = 83+84+153=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #535499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535499 is #ACAB66. Grayscale: #5B5B5B. Windows color (decimal): -11316071 or 10048595. OLE color: 10048595.

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

Color convert

RGB 83 84 153 -
CMYK 0.46 0.45 0 0.4
HSL 239.14º 0.3% 0.46% -
HSV(B) 239.14º 0.46% 0.6% -
XYZ 12.49 10.48 31.5 -
YUV 91.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 83 84 153 0.46 0.45 0 0.4 239.14 0.3 0.46
Hex 53 54 99 2E 2D 0 28 EF 1E 2E
Octal 123 124 231 56 55 0 50 357 36 56
Binary 1010011 1010100 10011001 101110 101101 0 101000 11101111 11110 101110

Color Harmonies of #535499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535499

Black with #535499

Text Example


Text Example

White with #535499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535499; }

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

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

background-color css

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

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

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

border-color css

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

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

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