Html Css Color HEX #58768D Kashmir Blue

📋 copy color: '#58768D'

red 88 ◦ green 118 ◦ blue 141

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

Shades of Kashmir Blue #58768D

Tints of Kashmir Blue #58768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 25.36%
G = 34.01%
B = 40.63%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58768D (or 0x58768D) is known color: Kashmir Blue. HEX triplet: 58, 76 and 8D. RGB value is (88,118,141). Sum of RGB (Red+Green+Blue) = 88+118+141=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #58768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768D is #A78972. Grayscale: #6F6F6F. Windows color (decimal): -10979699 or 9270872. OLE color: 9270872.

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

Color convert

RGB 88 118 141 -
CMYK 0.38 0.16 0 0.45
HSL 206.04º 0.23% 0.45% -
HSV(B) 206.04º 0.38% 0.55% -
XYZ 15.31 16.95 27.66 -
YUV 111.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 88 118 141 0.38 0.16 0 0.45 206.04 0.23 0.45
Hex 58 76 8D 26 10 0 2D CE 17 2D
Octal 130 166 215 46 20 0 55 316 27 55
Binary 1011000 1110110 10001101 100110 10000 0 101101 11001110 10111 101101

Color Harmonies of #58768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58768D

Black with #58768D

Text Example


Text Example

White with #58768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58768D; }

 p { color: rgb(88,118,141); }

 H1.HeaderClassName
 {
   color: #58768D;
 }
 .AnyTagClassName
 {
   color: #58768D;
 }
</style>

background-color css

<style>
 a { background-color: #58768D; }

 a { background-color: rgb(88,118,141); }

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

border-color css

<style>
 span { border-color: #58768D; }

 span { border-color: rgb(88,118,141); }

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