Html Css Color HEX #5D559B Governor Bay

📋 copy color: '#5D559B'

red 93 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #5D559B

Tints of Governor Bay #5D559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 27.93%
G = 25.53%
B = 46.55%

CMYK

 C value IS 0.4

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D559B (or 0x5D559B) is known color: Governor Bay. HEX triplet: 5D, 55 and 9B. RGB value is (93,85,155). Sum of RGB (Red+Green+Blue) = 93+85+155=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D559B is #A2AA64. Grayscale: #5F5F5F. Windows color (decimal): -10660453 or 10179933. OLE color: 10179933.

HSL color Cylindrical-coordinate representation of color #5D559B: hue angle of 246.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D559B is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 85 155 -
CMYK 0.4 0.45 0 0.39
HSL 246.86º 0.29% 0.47% -
HSV(B) 246.86º 0.45% 0.61% -
XYZ 13.68 11.19 32.45 -
YUV 95.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 93 85 155 0.4 0.45 0 0.39 246.86 0.29 0.47
Hex 5D 55 9B 28 2D 0 27 F7 1D 2F
Octal 135 125 233 50 55 0 47 367 35 57
Binary 1011101 1010101 10011011 101000 101101 0 100111 11110111 11101 101111

Color Harmonies of #5D559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D559B

Black with #5D559B

Text Example


Text Example

White with #5D559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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