Html Css Color HEX #58647C Kashmir Blue

📋 copy color: '#58647C'

red 88 ◦ green 100 ◦ blue 124

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

Shades of Kashmir Blue #58647C

Tints of Kashmir Blue #58647C

RGB

 RED value IS 88 (34.77% from 255) = 28.21%

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 28.21%
G = 32.05%
B = 39.74%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58647C (or 0x58647C) is known color: Kashmir Blue. HEX triplet: 58, 64 and 7C. RGB value is (88,100,124). Sum of RGB (Red+Green+Blue) = 88+100+124=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #58647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647C is #A79B83. Grayscale: #636363. Windows color (decimal): -10984324 or 8152152. OLE color: 8152152.

HSL color Cylindrical-coordinate representation of color #58647C: hue angle of 220º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58647C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 100 124 -
CMYK 0.29 0.19 0 0.51
HSL 220º 0.17% 0.42% -
HSV(B) 220º 0.29% 0.49% -
XYZ 12.22 12.64 20.87 -
YUV 99.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 88 100 124 0.29 0.19 0 0.51 220 0.17 0.42
Hex 58 64 7C 1D 13 0 33 DC 11 2A
Octal 130 144 174 35 23 0 63 334 21 52
Binary 1011000 1100100 1111100 11101 10011 0 110011 11011100 10001 101010

Color Harmonies of #58647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58647C

Black with #58647C

Text Example


Text Example

White with #58647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58647C; }

 p { color: rgb(88,100,124); }

 H1.HeaderClassName
 {
   color: #58647C;
 }
 .AnyTagClassName
 {
   color: #58647C;
 }
</style>

background-color css

<style>
 a { background-color: #58647C; }

 a { background-color: rgb(88,100,124); }

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

border-color css

<style>
 span { border-color: #58647C; }

 span { border-color: rgb(88,100,124); }

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