Html Css Color HEX #5D5896 Governor Bay

📋 copy color: '#5D5896'

red 93 ◦ green 88 ◦ blue 150

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

Shades of Governor Bay #5D5896

Tints of Governor Bay #5D5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 28.1%
G = 26.59%
B = 45.32%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D5896 (or 0x5D5896) is known color: Governor Bay. HEX triplet: 5D, 58 and 96. RGB value is (93,88,150). Sum of RGB (Red+Green+Blue) = 93+88+150=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D5896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5896 is #A2A769. Grayscale: #606060. Windows color (decimal): -10659690 or 9853021. OLE color: 9853021.

HSL color Cylindrical-coordinate representation of color #5D5896: hue angle of 244.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D5896 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 88 150 -
CMYK 0.38 0.41 0 0.41
HSL 244.84º 0.26% 0.47% -
HSV(B) 244.84º 0.41% 0.59% -
XYZ 13.51 11.51 30.36 -
YUV 96.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 93 88 150 0.38 0.41 0 0.41 244.84 0.26 0.47
Hex 5D 58 96 26 29 0 29 F5 1A 2F
Octal 135 130 226 46 51 0 51 365 32 57
Binary 1011101 1011000 10010110 100110 101001 0 101001 11110101 11010 101111

Color Harmonies of #5D5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5896

Black with #5D5896

Text Example


Text Example

White with #5D5896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,150); }

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

background-color css

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

 a { background-color: rgb(93,88,150); }

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

border-color css

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

 span { border-color: rgb(93,88,150); }

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