Html Css Color HEX #58677F Kashmir Blue

📋 copy color: '#58677F'

red 88 ◦ green 103 ◦ blue 127

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

Shades of Kashmir Blue #58677F

Tints of Kashmir Blue #58677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

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

R = 27.67%
G = 32.39%
B = 39.94%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58677F (or 0x58677F) is known color: Kashmir Blue. HEX triplet: 58, 67 and 7F. RGB value is (88,103,127). Sum of RGB (Red+Green+Blue) = 88+103+127=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #58677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677F is #A79880. Grayscale: #656565. Windows color (decimal): -10983553 or 8349528. OLE color: 8349528.

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

Color convert

RGB 88 103 127 -
CMYK 0.31 0.19 0 0.50
HSL 216.92º 0.18% 0.42% -
HSV(B) 216.92º 0.31% 0.5% -
XYZ 12.71 13.31 21.98 -
YUV 101.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 88 103 127 0.31 0.19 0 0.50 216.92 0.18 0.42
Hex 58 67 7F 1F 13 0 32 D9 12 2A
Octal 130 147 177 37 23 0 62 331 22 52
Binary 1011000 1100111 1111111 11111 10011 0 110010 11011001 10010 101010

Color Harmonies of #58677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58677F

Black with #58677F

Text Example


Text Example

White with #58677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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