Html Css Color HEX #556582 Kashmir Blue

📋 copy color: '#556582'

red 85 ◦ green 101 ◦ blue 130

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

Shades of Kashmir Blue #556582

Tints of Kashmir Blue #556582

RGB

 RED value IS 85 (33.59% from 255) = 26.9%

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 26.9%
G = 31.96%
B = 41.14%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556582 (or 0x556582) is known color: Kashmir Blue. HEX triplet: 55, 65 and 82. RGB value is (85,101,130). Sum of RGB (Red+Green+Blue) = 85+101+130=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #556582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556582 is #AA9A7D. Grayscale: #636363. Windows color (decimal): -11180670 or 8545621. OLE color: 8545621.

HSL color Cylindrical-coordinate representation of color #556582: hue angle of 218.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556582 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 101 130 -
CMYK 0.35 0.22 0 0.49
HSL 218.67º 0.21% 0.42% -
HSV(B) 218.67º 0.35% 0.51% -
XYZ 12.43 12.85 22.94 -
YUV 99.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 85 101 130 0.35 0.22 0 0.49 218.67 0.21 0.42
Hex 55 65 82 23 16 0 31 DB 15 2A
Octal 125 145 202 43 26 0 61 333 25 52
Binary 1010101 1100101 10000010 100011 10110 0 110001 11011011 10101 101010

Color Harmonies of #556582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556582

Black with #556582

Text Example


Text Example

White with #556582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556582; }

 p { color: rgb(85,101,130); }

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

background-color css

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

 a { background-color: rgb(85,101,130); }

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

border-color css

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

 span { border-color: rgb(85,101,130); }

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