Html Css Color HEX #5B598D Governor Bay

📋 copy color: '#5B598D'

red 91 ◦ green 89 ◦ blue 141

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

Shades of Governor Bay #5B598D

Tints of Governor Bay #5B598D

RGB

 RED value IS 91 (35.94% from 255) = 28.35%

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

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

R = 28.35%
G = 27.73%
B = 43.93%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B598D (or 0x5B598D) is known color: Governor Bay. HEX triplet: 5B, 59 and 8D. RGB value is (91,89,141). Sum of RGB (Red+Green+Blue) = 91+89+141=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B598D is #A4A672. Grayscale: #5F5F5F. Windows color (decimal): -10790515 or 9263451. OLE color: 9263451.

HSL color Cylindrical-coordinate representation of color #5B598D: hue angle of 242.31º 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 #5B598D is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 89 141 -
CMYK 0.35 0.37 0 0.45
HSL 242.31º 0.23% 0.45% -
HSV(B) 242.31º 0.37% 0.55% -
XYZ 12.69 11.29 26.71 -
YUV 95.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 91 89 141 0.35 0.37 0 0.45 242.31 0.23 0.45
Hex 5B 59 8D 23 25 0 2D F2 17 2D
Octal 133 131 215 43 45 0 55 362 27 55
Binary 1011011 1011001 10001101 100011 100101 0 101101 11110010 10111 101101

Color Harmonies of #5B598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B598D

Black with #5B598D

Text Example


Text Example

White with #5B598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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