Html Css Color HEX #576385 Kashmir Blue

📋 copy color: '#576385'

red 87 ◦ green 99 ◦ blue 133

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

Shades of Kashmir Blue #576385

Tints of Kashmir Blue #576385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 27.27%
G = 31.03%
B = 41.69%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576385 (or 0x576385) is known color: Kashmir Blue. HEX triplet: 57, 63 and 85. RGB value is (87,99,133). Sum of RGB (Red+Green+Blue) = 87+99+133=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #576385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576385 is #A89C7A. Grayscale: #636363. Windows color (decimal): -11050107 or 8741719. OLE color: 8741719.

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

Color convert

RGB 87 99 133 -
CMYK 0.35 0.26 0 0.48
HSL 224.35º 0.21% 0.43% -
HSV(B) 224.35º 0.35% 0.52% -
XYZ 12.63 12.64 23.97 -
YUV 99.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 87 99 133 0.35 0.26 0 0.48 224.35 0.21 0.43
Hex 57 63 85 23 1A 0 30 E0 15 2B
Octal 127 143 205 43 32 0 60 340 25 53
Binary 1010111 1100011 10000101 100011 11010 0 110000 11100000 10101 101011

Color Harmonies of #576385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576385

Black with #576385

Text Example


Text Example

White with #576385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576385; }

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

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

background-color css

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

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

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

border-color css

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

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

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