Html Css Color HEX #556281 Kashmir Blue

📋 copy color: '#556281'

red 85 ◦ green 98 ◦ blue 129

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

Shades of Kashmir Blue #556281

Tints of Kashmir Blue #556281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 27.24%
G = 31.41%
B = 41.35%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556281 (or 0x556281) is known color: Kashmir Blue. HEX triplet: 55, 62 and 81. RGB value is (85,98,129). Sum of RGB (Red+Green+Blue) = 85+98+129=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #556281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556281 is #AA9D7E. Grayscale: #616161. Windows color (decimal): -11181439 or 8479317. OLE color: 8479317.

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

Color convert

RGB 85 98 129 -
CMYK 0.34 0.24 0 0.49
HSL 222.27º 0.21% 0.42% -
HSV(B) 222.27º 0.34% 0.51% -
XYZ 12.08 12.25 22.5 -
YUV 97.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 85 98 129 0.34 0.24 0 0.49 222.27 0.21 0.42
Hex 55 62 81 22 18 0 31 DE 15 2A
Octal 125 142 201 42 30 0 61 336 25 52
Binary 1010101 1100010 10000001 100010 11000 0 110001 11011110 10101 101010

Color Harmonies of #556281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556281

Black with #556281

Text Example


Text Example

White with #556281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556281; }

 p { color: rgb(85,98,129); }

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

background-color css

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

 a { background-color: rgb(85,98,129); }

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

border-color css

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

 span { border-color: rgb(85,98,129); }

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