Html Css Color HEX #58688B Kashmir Blue

📋 copy color: '#58688B'

red 88 ◦ green 104 ◦ blue 139

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

Shades of Kashmir Blue #58688B

Tints of Kashmir Blue #58688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 26.59%
G = 31.42%
B = 41.99%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58688B (or 0x58688B) is known color: Kashmir Blue. HEX triplet: 58, 68 and 8B. RGB value is (88,104,139). Sum of RGB (Red+Green+Blue) = 88+104+139=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #58688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58688B is #A79774. Grayscale: #676767. Windows color (decimal): -10983285 or 9136216. OLE color: 9136216.

HSL color Cylindrical-coordinate representation of color #58688B: hue angle of 221.18º degrees, saturation: 0.22, 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 #58688B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 104 139 -
CMYK 0.37 0.25 0 0.45
HSL 221.18º 0.22% 0.45% -
HSV(B) 221.18º 0.37% 0.55% -
XYZ 13.64 13.84 26.38 -
YUV 103.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 88 104 139 0.37 0.25 0 0.45 221.18 0.22 0.45
Hex 58 68 8B 25 19 0 2D DD 16 2D
Octal 130 150 213 45 31 0 55 335 26 55
Binary 1011000 1101000 10001011 100101 11001 0 101101 11011101 10110 101101

Color Harmonies of #58688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58688B

Black with #58688B

Text Example


Text Example

White with #58688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,104,139); }

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

background-color css

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

 a { background-color: rgb(88,104,139); }

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

border-color css

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

 span { border-color: rgb(88,104,139); }

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