Html Css Color HEX #557592 Kashmir Blue

📋 copy color: '#557592'

red 85 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #557592

Tints of Kashmir Blue #557592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 24.43%
G = 33.62%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557592 (or 0x557592) is known color: Kashmir Blue. HEX triplet: 55, 75 and 92. RGB value is (85,117,146). Sum of RGB (Red+Green+Blue) = 85+117+146=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #557592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557592 is #AA8A6D. Grayscale: #6E6E6E. Windows color (decimal): -11176558 or 9598293. OLE color: 9598293.

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

Color convert

RGB 85 117 146 -
CMYK 0.42 0.20 0 0.43
HSL 208.52º 0.26% 0.45% -
HSV(B) 208.52º 0.42% 0.57% -
XYZ 15.3 16.73 29.62 -
YUV 110.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 85 117 146 0.42 0.20 0 0.43 208.52 0.26 0.45
Hex 55 75 92 2A 14 0 2B D1 1A 2D
Octal 125 165 222 52 24 0 53 321 32 55
Binary 1010101 1110101 10010010 101010 10100 0 101011 11010001 11010 101101

Color Harmonies of #557592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557592

Black with #557592

Text Example


Text Example

White with #557592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557592; }

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

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

background-color css

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

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

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

border-color css

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

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

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