Html Css Color HEX #576383 Kashmir Blue

📋 copy color: '#576383'

red 87 ◦ green 99 ◦ blue 131

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

Shades of Kashmir Blue #576383

Tints of Kashmir Blue #576383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 27.44%
G = 31.23%
B = 41.32%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576383 (or 0x576383) is known color: Kashmir Blue. HEX triplet: 57, 63 and 83. RGB value is (87,99,131). Sum of RGB (Red+Green+Blue) = 87+99+131=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #576383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576383 is #A89C7C. Grayscale: #626262. Windows color (decimal): -11050109 or 8610647. OLE color: 8610647.

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

Color convert

RGB 87 99 131 -
CMYK 0.34 0.24 0 0.49
HSL 223.64º 0.2% 0.43% -
HSV(B) 223.64º 0.34% 0.51% -
XYZ 12.49 12.59 23.24 -
YUV 99.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 87 99 131 0.34 0.24 0 0.49 223.64 0.2 0.43
Hex 57 63 83 22 18 0 31 E0 14 2B
Octal 127 143 203 42 30 0 61 340 24 53
Binary 1010111 1100011 10000011 100010 11000 0 110001 11100000 10100 101011

Color Harmonies of #576383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576383

Black with #576383

Text Example


Text Example

White with #576383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576383; }

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

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

background-color css

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

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

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

border-color css

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

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

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