Html Css Color HEX #58657B Kashmir Blue

📋 copy color: '#58657B'

red 88 ◦ green 101 ◦ blue 123

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

Shades of Kashmir Blue #58657B

Tints of Kashmir Blue #58657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 28.21%
G = 32.37%
B = 39.42%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58657B (or 0x58657B) is known color: Kashmir Blue. HEX triplet: 58, 65 and 7B. RGB value is (88,101,123). Sum of RGB (Red+Green+Blue) = 88+101+123=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #58657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657B is #A79A84. Grayscale: #636363. Windows color (decimal): -10984069 or 8086872. OLE color: 8086872.

HSL color Cylindrical-coordinate representation of color #58657B: hue angle of 217.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58657B is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 101 123 -
CMYK 0.28 0.18 0 0.52
HSL 217.71º 0.17% 0.41% -
HSV(B) 217.71º 0.28% 0.48% -
XYZ 12.25 12.81 20.57 -
YUV 99.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 88 101 123 0.28 0.18 0 0.52 217.71 0.17 0.41
Hex 58 65 7B 1C 12 0 34 DA 11 29
Octal 130 145 173 34 22 0 64 332 21 51
Binary 1011000 1100101 1111011 11100 10010 0 110100 11011010 10001 101001

Color Harmonies of #58657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58657B

Black with #58657B

Text Example


Text Example

White with #58657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58657B; }

 p { color: rgb(88,101,123); }

 H1.HeaderClassName
 {
   color: #58657B;
 }
 .AnyTagClassName
 {
   color: #58657B;
 }
</style>

background-color css

<style>
 a { background-color: #58657B; }

 a { background-color: rgb(88,101,123); }

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

border-color css

<style>
 span { border-color: #58657B; }

 span { border-color: rgb(88,101,123); }

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