Html Css Color HEX #5A5598 Governor Bay

📋 copy color: '#5A5598'

red 90 ◦ green 85 ◦ blue 152

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

Shades of Governor Bay #5A5598

Tints of Governor Bay #5A5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 152 (59.77% from 255) = 46.48%

R = 27.52%
G = 25.99%
B = 46.48%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5A5598 (or 0x5A5598) is known color: Governor Bay. HEX triplet: 5A, 55 and 98. RGB value is (90,85,152). Sum of RGB (Red+Green+Blue) = 90+85+152=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5598 is #A5AA67. Grayscale: #5D5D5D. Windows color (decimal): -10857064 or 9983322. OLE color: 9983322.

HSL color Cylindrical-coordinate representation of color #5A5598: hue angle of 244.48º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A5598 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 85 152 -
CMYK 0.41 0.44 0 0.40
HSL 244.48º 0.28% 0.46% -
HSV(B) 244.48º 0.44% 0.6% -
XYZ 13.13 10.94 31.12 -
YUV 94.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 90 85 152 0.41 0.44 0 0.40 244.48 0.28 0.46
Hex 5A 55 98 29 2C 0 28 F4 1C 2E
Octal 132 125 230 51 54 0 50 364 34 56
Binary 1011010 1010101 10011000 101001 101100 0 101000 11110100 11100 101110

Color Harmonies of #5A5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5598

Black with #5A5598

Text Example


Text Example

White with #5A5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,152); }

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

background-color css

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

 a { background-color: rgb(90,85,152); }

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

border-color css

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

 span { border-color: rgb(90,85,152); }

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