Html Css Color HEX #557392 Kashmir Blue

📋 copy color: '#557392'

red 85 ◦ green 115 ◦ blue 146

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

Shades of Kashmir Blue #557392

Tints of Kashmir Blue #557392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 24.57%
G = 33.24%
B = 42.2%

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

#557392 (or 0x557392) is known color: Kashmir Blue. HEX triplet: 55, 73 and 92. RGB value is (85,115,146). Sum of RGB (Red+Green+Blue) = 85+115+146=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #557392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557392 is #AA8C6D. Grayscale: #6D6D6D. Windows color (decimal): -11177070 or 9597781. OLE color: 9597781.

HSL color Cylindrical-coordinate representation of color #557392: hue angle of 210.49º 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 #557392 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 115 146 -
CMYK 0.42 0.21 0 0.43
HSL 210.49º 0.26% 0.45% -
HSV(B) 210.49º 0.42% 0.57% -
XYZ 15.07 16.27 29.54 -
YUV 109.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 85 115 146 0.42 0.21 0 0.43 210.49 0.26 0.45
Hex 55 73 92 2A 15 0 2B D2 1A 2D
Octal 125 163 222 52 25 0 53 322 32 55
Binary 1010101 1110011 10010010 101010 10101 0 101011 11010010 11010 101101

Color Harmonies of #557392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557392

Black with #557392

Text Example


Text Example

White with #557392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557392; }

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

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

background-color css

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

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

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

border-color css

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

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

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