Html Css Color HEX #535299 Governor Bay

📋 copy color: '#535299'

red 83 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #535299

Tints of Governor Bay #535299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 26.1%
G = 25.79%
B = 48.11%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535299 (or 0x535299) is known color: Governor Bay. HEX triplet: 53, 52 and 99. RGB value is (83,82,153). Sum of RGB (Red+Green+Blue) = 83+82+153=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #535299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535299 is #ACAD66. Grayscale: #5A5A5A. Windows color (decimal): -11316583 or 10048083. OLE color: 10048083.

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

Color convert

RGB 83 82 153 -
CMYK 0.46 0.46 0 0.4
HSL 240.85º 0.3% 0.46% -
HSV(B) 240.85º 0.46% 0.6% -
XYZ 12.33 10.17 31.45 -
YUV 90.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 83 82 153 0.46 0.46 0 0.4 240.85 0.3 0.46
Hex 53 52 99 2E 2E 0 28 F1 1E 2E
Octal 123 122 231 56 56 0 50 361 36 56
Binary 1010011 1010010 10011001 101110 101110 0 101000 11110001 11110 101110

Color Harmonies of #535299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535299

Black with #535299

Text Example


Text Example

White with #535299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535299; }

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

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

background-color css

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

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

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

border-color css

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

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

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