Html Css Color HEX #557492 Kashmir Blue

📋 copy color: '#557492'

red 85 ◦ green 116 ◦ blue 146

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

Shades of Kashmir Blue #557492

Tints of Kashmir Blue #557492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 24.5%
G = 33.43%
B = 42.07%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557492 (or 0x557492) is known color: Kashmir Blue. HEX triplet: 55, 74 and 92. RGB value is (85,116,146). Sum of RGB (Red+Green+Blue) = 85+116+146=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #557492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557492 is #AA8B6D. Grayscale: #6E6E6E. Windows color (decimal): -11176814 or 9598037. OLE color: 9598037.

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

Color convert

RGB 85 116 146 -
CMYK 0.42 0.21 0 0.43
HSL 209.51º 0.26% 0.45% -
HSV(B) 209.51º 0.42% 0.57% -
XYZ 15.18 16.5 29.58 -
YUV 110.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 85 116 146 0.42 0.21 0 0.43 209.51 0.26 0.45
Hex 55 74 92 2A 15 0 2B D2 1A 2D
Octal 125 164 222 52 25 0 53 322 32 55
Binary 1010101 1110100 10010010 101010 10101 0 101011 11010010 11010 101101

Color Harmonies of #557492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557492

Black with #557492

Text Example


Text Example

White with #557492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557492; }

 p { color: rgb(85,116,146); }

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

background-color css

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

 a { background-color: rgb(85,116,146); }

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

border-color css

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

 span { border-color: rgb(85,116,146); }

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