Html Css Color HEX #5D6098 Governor Bay

📋 copy color: '#5D6098'

red 93 ◦ green 96 ◦ blue 152

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

Shades of Governor Bay #5D6098

Tints of Governor Bay #5D6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 27.27%
G = 28.15%
B = 44.57%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D6098 (or 0x5D6098) is known color: Governor Bay. HEX triplet: 5D, 60 and 98. RGB value is (93,96,152). Sum of RGB (Red+Green+Blue) = 93+96+152=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D6098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6098 is #A29F67. Grayscale: #656565. Windows color (decimal): -10657640 or 9986141. OLE color: 9986141.

HSL color Cylindrical-coordinate representation of color #5D6098: hue angle of 236.95º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D6098 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 96 152 -
CMYK 0.39 0.37 0 0.40
HSL 236.95º 0.24% 0.48% -
HSV(B) 236.95º 0.39% 0.6% -
XYZ 14.36 12.96 31.45 -
YUV 101.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 93 96 152 0.39 0.37 0 0.40 236.95 0.24 0.48
Hex 5D 60 98 27 25 0 28 ED 18 30
Octal 135 140 230 47 45 0 50 355 30 60
Binary 1011101 1100000 10011000 100111 100101 0 101000 11101101 11000 110000

Color Harmonies of #5D6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6098

Black with #5D6098

Text Example


Text Example

White with #5D6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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