Html Css Color HEX #536099 Governor Bay

📋 copy color: '#536099'

red 83 ◦ green 96 ◦ blue 153

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

Shades of Governor Bay #536099

Tints of Governor Bay #536099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 25%
G = 28.92%
B = 46.08%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#536099 (or 0x536099) is known color: Governor Bay. HEX triplet: 53, 60 and 99. RGB value is (83,96,153). Sum of RGB (Red+Green+Blue) = 83+96+153=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #536099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536099 is #AC9F66. Grayscale: #626262. Windows color (decimal): -11312999 or 10051667. OLE color: 10051667.

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

Color convert

RGB 83 96 153 -
CMYK 0.46 0.37 0 0.4
HSL 228.86º 0.3% 0.46% -
HSV(B) 228.86º 0.46% 0.6% -
XYZ 13.5 12.5 31.84 -
YUV 98.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 83 96 153 0.46 0.37 0 0.4 228.86 0.3 0.46
Hex 53 60 99 2E 25 0 28 E5 1E 2E
Octal 123 140 231 56 45 0 50 345 36 56
Binary 1010011 1100000 10011001 101110 100101 0 101000 11100101 11110 101110

Color Harmonies of #536099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536099

Black with #536099

Text Example


Text Example

White with #536099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536099; }

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

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

background-color css

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

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

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

border-color css

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

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

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