Html Css Color HEX #58697F Kashmir Blue

📋 copy color: '#58697F'

red 88 ◦ green 105 ◦ blue 127

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

Shades of Kashmir Blue #58697F

Tints of Kashmir Blue #58697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

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

R = 27.5%
G = 32.81%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58697F (or 0x58697F) is known color: Kashmir Blue. HEX triplet: 58, 69 and 7F. RGB value is (88,105,127). Sum of RGB (Red+Green+Blue) = 88+105+127=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #58697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58697F is #A79680. Grayscale: #666666. Windows color (decimal): -10983041 or 8350040. OLE color: 8350040.

HSL color Cylindrical-coordinate representation of color #58697F: hue angle of 213.85º 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 #58697F is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 105 127 -
CMYK 0.31 0.17 0 0.50
HSL 213.85º 0.18% 0.42% -
HSV(B) 213.85º 0.31% 0.5% -
XYZ 12.91 13.71 22.04 -
YUV 102.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 88 105 127 0.31 0.17 0 0.50 213.85 0.18 0.42
Hex 58 69 7F 1F 11 0 32 D6 12 2A
Octal 130 151 177 37 21 0 62 326 22 52
Binary 1011000 1101001 1111111 11111 10001 0 110010 11010110 10010 101010

Color Harmonies of #58697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58697F

Black with #58697F

Text Example


Text Example

White with #58697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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