Html Css Color HEX #55728E Kashmir Blue

📋 copy color: '#55728E'

red 85 ◦ green 114 ◦ blue 142

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

Shades of Kashmir Blue #55728E

Tints of Kashmir Blue #55728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 24.93%
G = 33.43%
B = 41.64%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55728E (or 0x55728E) is known color: Kashmir Blue. HEX triplet: 55, 72 and 8E. RGB value is (85,114,142). Sum of RGB (Red+Green+Blue) = 85+114+142=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #55728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728E is #AA8D71. Grayscale: #6C6C6C. Windows color (decimal): -11177330 or 9335381. OLE color: 9335381.

HSL color Cylindrical-coordinate representation of color #55728E: hue angle of 209.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55728E is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 114 142 -
CMYK 0.40 0.20 0 0.44
HSL 209.47º 0.25% 0.45% -
HSV(B) 209.47º 0.4% 0.56% -
XYZ 14.65 15.92 27.89 -
YUV 108.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 85 114 142 0.40 0.20 0 0.44 209.47 0.25 0.45
Hex 55 72 8E 28 14 0 2C D1 19 2D
Octal 125 162 216 50 24 0 54 321 31 55
Binary 1010101 1110010 10001110 101000 10100 0 101100 11010001 11001 101101

Color Harmonies of #55728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55728E

Black with #55728E

Text Example


Text Example

White with #55728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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