Html Css Color HEX #5D5598 Governor Bay

📋 copy color: '#5D5598'

red 93 ◦ green 85 ◦ blue 152

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

Shades of Governor Bay #5D5598

Tints of Governor Bay #5D5598

RGB

 RED value IS 93 (36.72% from 255) = 28.18%

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

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

R = 28.18%
G = 25.76%
B = 46.06%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D5598 (or 0x5D5598) is known color: Governor Bay. HEX triplet: 5D, 55 and 98. RGB value is (93,85,152). Sum of RGB (Red+Green+Blue) = 93+85+152=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5598 is #A2AA67. Grayscale: #5E5E5E. Windows color (decimal): -10660456 or 9983325. OLE color: 9983325.

HSL color Cylindrical-coordinate representation of color #5D5598: hue angle of 247.16º 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 #5D5598 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 85 152 -
CMYK 0.39 0.44 0 0.40
HSL 247.16º 0.28% 0.46% -
HSV(B) 247.16º 0.44% 0.6% -
XYZ 13.43 11.09 31.14 -
YUV 95.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 93 85 152 0.39 0.44 0 0.40 247.16 0.28 0.46
Hex 5D 55 98 27 2C 0 28 F7 1C 2E
Octal 135 125 230 47 54 0 50 367 34 56
Binary 1011101 1010101 10011000 100111 101100 0 101000 11110111 11100 101110

Color Harmonies of #5D5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5598

Black with #5D5598

Text Example


Text Example

White with #5D5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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