Html Css Color HEX #58758C Kashmir Blue

📋 copy color: '#58758C'

red 88 ◦ green 117 ◦ blue 140

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

Shades of Kashmir Blue #58758C

Tints of Kashmir Blue #58758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 25.51%
G = 33.91%
B = 40.58%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58758C (or 0x58758C) is known color: Kashmir Blue. HEX triplet: 58, 75 and 8C. RGB value is (88,117,140). Sum of RGB (Red+Green+Blue) = 88+117+140=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #58758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58758C is #A78A73. Grayscale: #6E6E6E. Windows color (decimal): -10979956 or 9205080. OLE color: 9205080.

HSL color Cylindrical-coordinate representation of color #58758C: hue angle of 206.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58758C is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 117 140 -
CMYK 0.37 0.16 0 0.45
HSL 206.54º 0.23% 0.45% -
HSV(B) 206.54º 0.37% 0.55% -
XYZ 15.12 16.69 27.24 -
YUV 110.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 88 117 140 0.37 0.16 0 0.45 206.54 0.23 0.45
Hex 58 75 8C 25 10 0 2D CF 17 2D
Octal 130 165 214 45 20 0 55 317 27 55
Binary 1011000 1110101 10001100 100101 10000 0 101101 11001111 10111 101101

Color Harmonies of #58758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58758C

Black with #58758C

Text Example


Text Example

White with #58758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,117,140); }

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

background-color css

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

 a { background-color: rgb(88,117,140); }

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

border-color css

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

 span { border-color: rgb(88,117,140); }

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