Html Css Color HEX #566383 Kashmir Blue

📋 copy color: '#566383'

red 86 ◦ green 99 ◦ blue 131

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

Shades of Kashmir Blue #566383

Tints of Kashmir Blue #566383

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

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

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

R = 27.22%
G = 31.33%
B = 41.46%

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

#566383 (or 0x566383) is known color: Kashmir Blue. HEX triplet: 56, 63 and 83. RGB value is (86,99,131). Sum of RGB (Red+Green+Blue) = 86+99+131=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #566383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566383 is #A99C7C. Grayscale: #626262. Windows color (decimal): -11115645 or 8610646. OLE color: 8610646.

HSL color Cylindrical-coordinate representation of color #566383: hue angle of 222.67º degrees, saturation: 0.21, 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 #566383 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 99 131 -
CMYK 0.34 0.24 0 0.49
HSL 222.67º 0.21% 0.43% -
HSV(B) 222.67º 0.34% 0.51% -
XYZ 12.4 12.54 23.24 -
YUV 98.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 86 99 131 0.34 0.24 0 0.49 222.67 0.21 0.43
Hex 56 63 83 22 18 0 31 DF 15 2B
Octal 126 143 203 42 30 0 61 337 25 53
Binary 1010110 1100011 10000011 100010 11000 0 110001 11011111 10101 101011

Color Harmonies of #566383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566383

Black with #566383

Text Example


Text Example

White with #566383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566383; }

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

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

background-color css

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

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

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

border-color css

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

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

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