Html Css Color HEX #58667D Kashmir Blue

📋 copy color: '#58667D'

red 88 ◦ green 102 ◦ blue 125

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

Shades of Kashmir Blue #58667D

Tints of Kashmir Blue #58667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 27.94%
G = 32.38%
B = 39.68%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58667D (or 0x58667D) is known color: Kashmir Blue. HEX triplet: 58, 66 and 7D. RGB value is (88,102,125). Sum of RGB (Red+Green+Blue) = 88+102+125=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #58667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58667D is #A79982. Grayscale: #646464. Windows color (decimal): -10983811 or 8218200. OLE color: 8218200.

HSL color Cylindrical-coordinate representation of color #58667D: hue angle of 217.3º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58667D is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 102 125 -
CMYK 0.30 0.18 0 0.51
HSL 217.3º 0.17% 0.42% -
HSV(B) 217.3º 0.3% 0.49% -
XYZ 12.48 13.06 21.26 -
YUV 100.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 88 102 125 0.30 0.18 0 0.51 217.3 0.17 0.42
Hex 58 66 7D 1E 12 0 33 D9 11 2A
Octal 130 146 175 36 22 0 63 331 21 52
Binary 1011000 1100110 1111101 11110 10010 0 110011 11011001 10001 101010

Color Harmonies of #58667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58667D

Black with #58667D

Text Example


Text Example

White with #58667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58667D; }

 p { color: rgb(88,102,125); }

 H1.HeaderClassName
 {
   color: #58667D;
 }
 .AnyTagClassName
 {
   color: #58667D;
 }
</style>

background-color css

<style>
 a { background-color: #58667D; }

 a { background-color: rgb(88,102,125); }

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

border-color css

<style>
 span { border-color: #58667D; }

 span { border-color: rgb(88,102,125); }

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