Html Css Color HEX #557090 Kashmir Blue

📋 copy color: '#557090'

red 85 ◦ green 112 ◦ blue 144

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

Shades of Kashmir Blue #557090

Tints of Kashmir Blue #557090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

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

R = 24.93%
G = 32.84%
B = 42.23%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557090 (or 0x557090) is known color: Kashmir Blue. HEX triplet: 55, 70 and 90. RGB value is (85,112,144). Sum of RGB (Red+Green+Blue) = 85+112+144=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #557090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557090 is #AA8F6F. Grayscale: #6B6B6B. Windows color (decimal): -11177840 or 9465941. OLE color: 9465941.

HSL color Cylindrical-coordinate representation of color #557090: hue angle of 212.54º 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 #557090 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 112 144 -
CMYK 0.41 0.22 0 0.44
HSL 212.54º 0.26% 0.45% -
HSV(B) 212.54º 0.41% 0.56% -
XYZ 14.57 15.53 28.62 -
YUV 107.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 85 112 144 0.41 0.22 0 0.44 212.54 0.26 0.45
Hex 55 70 90 29 16 0 2C D5 1A 2D
Octal 125 160 220 51 26 0 54 325 32 55
Binary 1010101 1110000 10010000 101001 10110 0 101100 11010101 11010 101101

Color Harmonies of #557090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557090

Black with #557090

Text Example


Text Example

White with #557090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557090; }

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

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

background-color css

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

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

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

border-color css

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

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

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