Html Css Color HEX #557296 Kashmir Blue

📋 copy color: '#557296'

red 85 ◦ green 114 ◦ blue 150

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

Shades of Kashmir Blue #557296

Tints of Kashmir Blue #557296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 24.36%
G = 32.66%
B = 42.98%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#557296 (or 0x557296) is known color: Kashmir Blue. HEX triplet: 55, 72 and 96. RGB value is (85,114,150). Sum of RGB (Red+Green+Blue) = 85+114+150=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #557296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557296 is #AA8D69. Grayscale: #6D6D6D. Windows color (decimal): -11177322 or 9859669. OLE color: 9859669.

HSL color Cylindrical-coordinate representation of color #557296: hue angle of 213.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557296 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 114 150 -
CMYK 0.43 0.24 0 0.41
HSL 213.23º 0.28% 0.46% -
HSV(B) 213.23º 0.43% 0.59% -
XYZ 15.27 16.17 31.17 -
YUV 109.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 85 114 150 0.43 0.24 0 0.41 213.23 0.28 0.46
Hex 55 72 96 2B 18 0 29 D5 1C 2E
Octal 125 162 226 53 30 0 51 325 34 56
Binary 1010101 1110010 10010110 101011 11000 0 101001 11010101 11100 101110

Color Harmonies of #557296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557296

Black with #557296

Text Example


Text Example

White with #557296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557296; }

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

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

background-color css

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

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

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

border-color css

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

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

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