Html Css Color HEX #5A599C Governor Bay

📋 copy color: '#5A599C'

red 90 ◦ green 89 ◦ blue 156

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

Shades of Governor Bay #5A599C

Tints of Governor Bay #5A599C

RGB

 RED value IS 90 (35.55% from 255) = 26.87%

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

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

R = 26.87%
G = 26.57%
B = 46.57%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A599C (or 0x5A599C) is known color: Governor Bay. HEX triplet: 5A, 59 and 9C. RGB value is (90,89,156). Sum of RGB (Red+Green+Blue) = 90+89+156=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A599C is #A5A663. Grayscale: #606060. Windows color (decimal): -10856036 or 10246490. OLE color: 10246490.

HSL color Cylindrical-coordinate representation of color #5A599C: hue angle of 240.9º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A599C is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 89 156 -
CMYK 0.42 0.43 0 0.39
HSL 240.9º 0.27% 0.48% -
HSV(B) 240.9º 0.43% 0.61% -
XYZ 13.79 11.72 32.99 -
YUV 96.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 90 89 156 0.42 0.43 0 0.39 240.9 0.27 0.48
Hex 5A 59 9C 2A 2B 0 27 F1 1B 30
Octal 132 131 234 52 53 0 47 361 33 60
Binary 1011010 1011001 10011100 101010 101011 0 100111 11110001 11011 110000

Color Harmonies of #5A599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A599C

Black with #5A599C

Text Example


Text Example

White with #5A599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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