Html Css Color HEX #5D598D Governor Bay

📋 copy color: '#5D598D'

red 93 ◦ green 89 ◦ blue 141

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

Shades of Governor Bay #5D598D

Tints of Governor Bay #5D598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 28.79%
G = 27.55%
B = 43.65%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D598D (or 0x5D598D) is known color: Governor Bay. HEX triplet: 5D, 59 and 8D. RGB value is (93,89,141). Sum of RGB (Red+Green+Blue) = 93+89+141=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D598D is #A2A672. Grayscale: #5F5F5F. Windows color (decimal): -10659443 or 9263453. OLE color: 9263453.

HSL color Cylindrical-coordinate representation of color #5D598D: hue angle of 244.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D598D is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 89 141 -
CMYK 0.34 0.37 0 0.45
HSL 244.62º 0.23% 0.45% -
HSV(B) 244.62º 0.37% 0.55% -
XYZ 12.89 11.4 26.72 -
YUV 96.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 93 89 141 0.34 0.37 0 0.45 244.62 0.23 0.45
Hex 5D 59 8D 22 25 0 2D F5 17 2D
Octal 135 131 215 42 45 0 55 365 27 55
Binary 1011101 1011001 10001101 100010 100101 0 101101 11110101 10111 101101

Color Harmonies of #5D598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D598D

Black with #5D598D

Text Example


Text Example

White with #5D598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,89,141); }

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

background-color css

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

 a { background-color: rgb(93,89,141); }

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

border-color css

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

 span { border-color: rgb(93,89,141); }

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