Html Css Color HEX #576682 Kashmir Blue

📋 copy color: '#576682'

red 87 ◦ green 102 ◦ blue 130

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

Shades of Kashmir Blue #576682

Tints of Kashmir Blue #576682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 27.27%
G = 31.97%
B = 40.75%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576682 (or 0x576682) is known color: Kashmir Blue. HEX triplet: 57, 66 and 82. RGB value is (87,102,130). Sum of RGB (Red+Green+Blue) = 87+102+130=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #576682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576682 is #A8997D. Grayscale: #646464. Windows color (decimal): -11049342 or 8545879. OLE color: 8545879.

HSL color Cylindrical-coordinate representation of color #576682: hue angle of 219.07º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576682 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 102 130 -
CMYK 0.33 0.22 0 0.49
HSL 219.07º 0.2% 0.43% -
HSV(B) 219.07º 0.33% 0.51% -
XYZ 12.71 13.14 22.99 -
YUV 100.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 87 102 130 0.33 0.22 0 0.49 219.07 0.2 0.43
Hex 57 66 82 21 16 0 31 DB 14 2B
Octal 127 146 202 41 26 0 61 333 24 53
Binary 1010111 1100110 10000010 100001 10110 0 110001 11011011 10100 101011

Color Harmonies of #576682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576682

Black with #576682

Text Example


Text Example

White with #576682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576682; }

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

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

background-color css

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

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

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

border-color css

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

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

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