Html Css Color HEX #5D6095 Governor Bay

📋 copy color: '#5D6095'

red 93 ◦ green 96 ◦ blue 149

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

Shades of Governor Bay #5D6095

Tints of Governor Bay #5D6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 27.51%
G = 28.4%
B = 44.08%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D6095 (or 0x5D6095) is known color: Governor Bay. HEX triplet: 5D, 60 and 95. RGB value is (93,96,149). Sum of RGB (Red+Green+Blue) = 93+96+149=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6095 is #A29F6A. Grayscale: #646464. Windows color (decimal): -10657643 or 9789533. OLE color: 9789533.

HSL color Cylindrical-coordinate representation of color #5D6095: hue angle of 236.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D6095 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 96 149 -
CMYK 0.38 0.36 0 0.42
HSL 236.79º 0.23% 0.47% -
HSV(B) 236.79º 0.38% 0.58% -
XYZ 14.12 12.86 30.17 -
YUV 101.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 93 96 149 0.38 0.36 0 0.42 236.79 0.23 0.47
Hex 5D 60 95 26 24 0 2A ED 17 2F
Octal 135 140 225 46 44 0 52 355 27 57
Binary 1011101 1100000 10010101 100110 100100 0 101010 11101101 10111 101111

Color Harmonies of #5D6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6095

Black with #5D6095

Text Example


Text Example

White with #5D6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,96,149); }

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

background-color css

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

 a { background-color: rgb(93,96,149); }

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

border-color css

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

 span { border-color: rgb(93,96,149); }

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