Html Css Color HEX #5B598C Governor Bay

📋 copy color: '#5B598C'

red 91 ◦ green 89 ◦ blue 140

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

Shades of Governor Bay #5B598C

Tints of Governor Bay #5B598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 28.44%
G = 27.81%
B = 43.75%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B598C (or 0x5B598C) is known color: Governor Bay. HEX triplet: 5B, 59 and 8C. RGB value is (91,89,140). Sum of RGB (Red+Green+Blue) = 91+89+140=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B598C is #A4A673. Grayscale: #5F5F5F. Windows color (decimal): -10790516 or 9197915. OLE color: 9197915.

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

Color convert

RGB 91 89 140 -
CMYK 0.35 0.36 0 0.45
HSL 242.35º 0.22% 0.45% -
HSV(B) 242.35º 0.36% 0.55% -
XYZ 12.62 11.26 26.32 -
YUV 95.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 91 89 140 0.35 0.36 0 0.45 242.35 0.22 0.45
Hex 5B 59 8C 23 24 0 2D F2 16 2D
Octal 133 131 214 43 44 0 55 362 26 55
Binary 1011011 1011001 10001100 100011 100100 0 101101 11110010 10110 101101

Color Harmonies of #5B598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B598C

Black with #5B598C

Text Example


Text Example

White with #5B598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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