Html Css Color HEX #5D5495 Governor Bay

📋 copy color: '#5D5495'

red 93 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #5D5495

Tints of Governor Bay #5D5495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 28.53%
G = 25.77%
B = 45.71%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D5495 (or 0x5D5495) is known color: Governor Bay. HEX triplet: 5D, 54 and 95. RGB value is (93,84,149). Sum of RGB (Red+Green+Blue) = 93+84+149=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5495 is #A2AB6A. Grayscale: #5D5D5D. Windows color (decimal): -10660715 or 9786461. OLE color: 9786461.

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

Color convert

RGB 93 84 149 -
CMYK 0.38 0.44 0 0.42
HSL 248.31º 0.28% 0.46% -
HSV(B) 248.31º 0.44% 0.58% -
XYZ 13.11 10.84 29.83 -
YUV 94.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 93 84 149 0.38 0.44 0 0.42 248.31 0.28 0.46
Hex 5D 54 95 26 2C 0 2A F8 1C 2E
Octal 135 124 225 46 54 0 52 370 34 56
Binary 1011101 1010100 10010101 100110 101100 0 101010 11111000 11100 101110

Color Harmonies of #5D5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5495

Black with #5D5495

Text Example


Text Example

White with #5D5495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,84,149); }

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

background-color css

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

 a { background-color: rgb(93,84,149); }

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

border-color css

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

 span { border-color: rgb(93,84,149); }

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