Html Css Color HEX #576684 Kashmir Blue

📋 copy color: '#576684'

red 87 ◦ green 102 ◦ blue 132

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

Shades of Kashmir Blue #576684

Tints of Kashmir Blue #576684

RGB

 RED value IS 87 (34.38% from 255) = 27.1%

 GREEN value IS 102 (40.23% from 255) = 31.78%

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

R = 27.1%
G = 31.78%
B = 41.12%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576684 (or 0x576684) is known color: Kashmir Blue. HEX triplet: 57, 66 and 84. RGB value is (87,102,132). Sum of RGB (Red+Green+Blue) = 87+102+132=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #576684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576684 is #A8997B. Grayscale: #646464. Windows color (decimal): -11049340 or 8676951. OLE color: 8676951.

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

Color convert

RGB 87 102 132 -
CMYK 0.34 0.23 0 0.48
HSL 220º 0.21% 0.43% -
HSV(B) 220º 0.34% 0.52% -
XYZ 12.85 13.19 23.7 -
YUV 100.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 87 102 132 0.34 0.23 0 0.48 220 0.21 0.43
Hex 57 66 84 22 17 0 30 DC 15 2B
Octal 127 146 204 42 27 0 60 334 25 53
Binary 1010111 1100110 10000100 100010 10111 0 110000 11011100 10101 101011

Color Harmonies of #576684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576684

Black with #576684

Text Example


Text Example

White with #576684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576684; }

 p { color: rgb(87,102,132); }

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

background-color css

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

 a { background-color: rgb(87,102,132); }

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

border-color css

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

 span { border-color: rgb(87,102,132); }

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