Html Css Color HEX #556784 Kashmir Blue

📋 copy color: '#556784'

red 85 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #556784

Tints of Kashmir Blue #556784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 26.56%
G = 32.19%
B = 41.25%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556784 (or 0x556784) is known color: Kashmir Blue. HEX triplet: 55, 67 and 84. RGB value is (85,103,132). Sum of RGB (Red+Green+Blue) = 85+103+132=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #556784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556784 is #AA987B. Grayscale: #646464. Windows color (decimal): -11180156 or 8677205. OLE color: 8677205.

HSL color Cylindrical-coordinate representation of color #556784: hue angle of 217.02º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556784 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 103 132 -
CMYK 0.36 0.22 0 0.48
HSL 217.02º 0.22% 0.43% -
HSV(B) 217.02º 0.36% 0.52% -
XYZ 12.76 13.3 23.72 -
YUV 100.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 85 103 132 0.36 0.22 0 0.48 217.02 0.22 0.43
Hex 55 67 84 24 16 0 30 D9 16 2B
Octal 125 147 204 44 26 0 60 331 26 53
Binary 1010101 1100111 10000100 100100 10110 0 110000 11011001 10110 101011

Color Harmonies of #556784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556784

Black with #556784

Text Example


Text Example

White with #556784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556784; }

 p { color: rgb(85,103,132); }

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

background-color css

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

 a { background-color: rgb(85,103,132); }

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

border-color css

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

 span { border-color: rgb(85,103,132); }

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