Html Css Color HEX #58718A Kashmir Blue

📋 copy color: '#58718A'

red 88 ◦ green 113 ◦ blue 138

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

Shades of Kashmir Blue #58718A

Tints of Kashmir Blue #58718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 25.96%
G = 33.33%
B = 40.71%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58718A (or 0x58718A) is known color: Kashmir Blue. HEX triplet: 58, 71 and 8A. RGB value is (88,113,138). Sum of RGB (Red+Green+Blue) = 88+113+138=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #58718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58718A is #A78E75. Grayscale: #6C6C6C. Windows color (decimal): -10980982 or 9072984. OLE color: 9072984.

HSL color Cylindrical-coordinate representation of color #58718A: hue angle of 210º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58718A is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 113 138 -
CMYK 0.36 0.18 0 0.46
HSL 210º 0.22% 0.44% -
HSV(B) 210º 0.36% 0.54% -
XYZ 14.52 15.72 26.31 -
YUV 108.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 88 113 138 0.36 0.18 0 0.46 210 0.22 0.44
Hex 58 71 8A 24 12 0 2E D2 16 2C
Octal 130 161 212 44 22 0 56 322 26 54
Binary 1011000 1110001 10001010 100100 10010 0 101110 11010010 10110 101100

Color Harmonies of #58718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58718A

Black with #58718A

Text Example


Text Example

White with #58718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58718A; }

 p { color: rgb(88,113,138); }

 H1.HeaderClassName
 {
   color: #58718A;
 }
 .AnyTagClassName
 {
   color: #58718A;
 }
</style>

background-color css

<style>
 a { background-color: #58718A; }

 a { background-color: rgb(88,113,138); }

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

border-color css

<style>
 span { border-color: #58718A; }

 span { border-color: rgb(88,113,138); }

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