Html Css Color HEX #5D6289 Comet

📋 copy color: '#5D6289'

red 93 ◦ green 98 ◦ blue 137

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

Shades of Comet #5D6289

Tints of Comet #5D6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 28.35%
G = 29.88%
B = 41.77%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D6289 (or 0x5D6289) is known color: Comet. HEX triplet: 5D, 62 and 89. RGB value is (93,98,137). Sum of RGB (Red+Green+Blue) = 93+98+137=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6289 is #A29D76. Grayscale: #646464. Windows color (decimal): -10657143 or 9003613. OLE color: 9003613.

HSL color Cylindrical-coordinate representation of color #5D6289: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D6289 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 98 137 -
CMYK 0.32 0.28 0 0.46
HSL 233.18º 0.19% 0.45% -
HSV(B) 233.18º 0.32% 0.54% -
XYZ 13.4 12.87 25.44 -
YUV 100.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 93 98 137 0.32 0.28 0 0.46 233.18 0.19 0.45
Hex 5D 62 89 20 1C 0 2E E9 13 2D
Octal 135 142 211 40 34 0 56 351 23 55
Binary 1011101 1100010 10001001 100000 11100 0 101110 11101001 10011 101101

Color Harmonies of #5D6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6289

Black with #5D6289

Text Example


Text Example

White with #5D6289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,137); }

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

background-color css

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

 a { background-color: rgb(93,98,137); }

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

border-color css

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

 span { border-color: rgb(93,98,137); }

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