Html Css Color HEX #58667F Kashmir Blue

📋 copy color: '#58667F'

red 88 ◦ green 102 ◦ blue 127

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

Shades of Kashmir Blue #58667F

Tints of Kashmir Blue #58667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 27.76%
G = 32.18%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58667F (or 0x58667F) is known color: Kashmir Blue. HEX triplet: 58, 66 and 7F. RGB value is (88,102,127). Sum of RGB (Red+Green+Blue) = 88+102+127=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #58667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58667F is #A79980. Grayscale: #646464. Windows color (decimal): -10983809 or 8349272. OLE color: 8349272.

HSL color Cylindrical-coordinate representation of color #58667F: hue angle of 218.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58667F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 102 127 -
CMYK 0.31 0.20 0 0.50
HSL 218.46º 0.18% 0.42% -
HSV(B) 218.46º 0.31% 0.5% -
XYZ 12.61 13.11 21.94 -
YUV 100.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 88 102 127 0.31 0.20 0 0.50 218.46 0.18 0.42
Hex 58 66 7F 1F 14 0 32 DA 12 2A
Octal 130 146 177 37 24 0 62 332 22 52
Binary 1011000 1100110 1111111 11111 10100 0 110010 11011010 10010 101010

Color Harmonies of #58667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58667F

Black with #58667F

Text Example


Text Example

White with #58667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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