Html Css Color HEX #24555B Dark Slate Grey

📋 copy color: '#24555B'

red 36 ◦ green 85 ◦ blue 91

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

Shades of Dark Slate Grey #24555B

Tints of Dark Slate Grey #24555B

RGB

 RED value IS 36 (14.45% from 255) = 16.98%

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 16.98%
G = 40.09%
B = 42.92%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24555B (or 0x24555B) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 5B. RGB value is (36,85,91). Sum of RGB (Red+Green+Blue) = 36+85+91=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #24555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24555B is #DBAAA4. Grayscale: #464646. Windows color (decimal): -14396069 or 5985572. OLE color: 5985572.

HSL color Cylindrical-coordinate representation of color #24555B: hue angle of 186.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24555B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 85 91 -
CMYK 0.60 0.07 0 0.64
HSL 186.55º 0.43% 0.25% -
HSV(B) 186.55º 0.6% 0.36% -
XYZ 5.86 7.63 11.06 -
YUV 71.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 36 85 91 0.60 0.07 0 0.64 186.55 0.43 0.25
Hex 24 55 5B 3C 7 0 40 BB 2B 19
Octal 44 125 133 74 7 0 100 273 53 31
Binary 100100 1010101 1011011 111100 111 0 1000000 10111011 101011 11001

Color Harmonies of #24555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24555B

Black with #24555B

Text Example


Text Example

White with #24555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24555B; }

 p { color: rgb(36,85,91); }

 H1.HeaderClassName
 {
   color: #24555B;
 }
 .AnyTagClassName
 {
   color: #24555B;
 }
</style>

background-color css

<style>
 a { background-color: #24555B; }

 a { background-color: rgb(36,85,91); }

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

border-color css

<style>
 span { border-color: #24555B; }

 span { border-color: rgb(36,85,91); }

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