Html Css Color HEX #557290 Kashmir Blue

📋 copy color: '#557290'

red 85 ◦ green 114 ◦ blue 144

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

Shades of Kashmir Blue #557290

Tints of Kashmir Blue #557290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 24.78%
G = 33.24%
B = 41.98%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557290 (or 0x557290) is known color: Kashmir Blue. HEX triplet: 55, 72 and 90. RGB value is (85,114,144). Sum of RGB (Red+Green+Blue) = 85+114+144=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #557290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557290 is #AA8D6F. Grayscale: #6C6C6C. Windows color (decimal): -11177328 or 9466453. OLE color: 9466453.

HSL color Cylindrical-coordinate representation of color #557290: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557290 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 114 144 -
CMYK 0.41 0.21 0 0.44
HSL 210.51º 0.26% 0.45% -
HSV(B) 210.51º 0.41% 0.56% -
XYZ 14.8 15.98 28.69 -
YUV 108.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 85 114 144 0.41 0.21 0 0.44 210.51 0.26 0.45
Hex 55 72 90 29 15 0 2C D3 1A 2D
Octal 125 162 220 51 25 0 54 323 32 55
Binary 1010101 1110010 10010000 101001 10101 0 101100 11010011 11010 101101

Color Harmonies of #557290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557290

Black with #557290

Text Example


Text Example

White with #557290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557290; }

 p { color: rgb(85,114,144); }

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

background-color css

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

 a { background-color: rgb(85,114,144); }

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

border-color css

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

 span { border-color: rgb(85,114,144); }

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