Html Css Color HEX #576384 Kashmir Blue

📋 copy color: '#576384'

red 87 ◦ green 99 ◦ blue 132

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

Shades of Kashmir Blue #576384

Tints of Kashmir Blue #576384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 27.36%
G = 31.13%
B = 41.51%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576384 (or 0x576384) is known color: Kashmir Blue. HEX triplet: 57, 63 and 84. RGB value is (87,99,132). Sum of RGB (Red+Green+Blue) = 87+99+132=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #576384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576384 is #A89C7B. Grayscale: #636363. Windows color (decimal): -11050108 or 8676183. OLE color: 8676183.

HSL color Cylindrical-coordinate representation of color #576384: hue angle of 224º 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 #576384 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 99 132 -
CMYK 0.34 0.25 0 0.48
HSL 224º 0.21% 0.43% -
HSV(B) 224º 0.34% 0.52% -
XYZ 12.56 12.62 23.6 -
YUV 99.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 87 99 132 0.34 0.25 0 0.48 224 0.21 0.43
Hex 57 63 84 22 19 0 30 E0 15 2B
Octal 127 143 204 42 31 0 60 340 25 53
Binary 1010111 1100011 10000100 100010 11001 0 110000 11100000 10101 101011

Color Harmonies of #576384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576384

Black with #576384

Text Example


Text Example

White with #576384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576384; }

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

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

background-color css

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

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

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

border-color css

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

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

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