Html Css Color HEX #53599C Governor Bay

📋 copy color: '#53599C'

red 83 ◦ green 89 ◦ blue 156

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

Shades of Governor Bay #53599C

Tints of Governor Bay #53599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 25.3%
G = 27.13%
B = 47.56%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53599C (or 0x53599C) is known color: Governor Bay. HEX triplet: 53, 59 and 9C. RGB value is (83,89,156). Sum of RGB (Red+Green+Blue) = 83+89+156=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #53599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599C is #ACA663. Grayscale: #5E5E5E. Windows color (decimal): -11314788 or 10246483. OLE color: 10246483.

HSL color Cylindrical-coordinate representation of color #53599C: hue angle of 235.07º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53599C is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 89 156 -
CMYK 0.47 0.43 0 0.39
HSL 235.07º 0.31% 0.47% -
HSV(B) 235.07º 0.47% 0.61% -
XYZ 13.14 11.38 32.96 -
YUV 94.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 83 89 156 0.47 0.43 0 0.39 235.07 0.31 0.47
Hex 53 59 9C 2F 2B 0 27 EB 1F 2F
Octal 123 131 234 57 53 0 47 353 37 57
Binary 1010011 1011001 10011100 101111 101011 0 100111 11101011 11111 101111

Color Harmonies of #53599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53599C

Black with #53599C

Text Example


Text Example

White with #53599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53599C; }

 p { color: rgb(83,89,156); }

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

background-color css

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

 a { background-color: rgb(83,89,156); }

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

border-color css

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

 span { border-color: rgb(83,89,156); }

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