Html Css Color HEX #566485 Kashmir Blue

📋 copy color: '#566485'

red 86 ◦ green 100 ◦ blue 133

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

Shades of Kashmir Blue #566485

Tints of Kashmir Blue #566485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 26.96%
G = 31.35%
B = 41.69%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#566485 (or 0x566485) is known color: Kashmir Blue. HEX triplet: 56, 64 and 85. RGB value is (86,100,133). Sum of RGB (Red+Green+Blue) = 86+100+133=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 100 (39.45% from 255 or 31.35% 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 #566485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566485 is #A99B7A. Grayscale: #636363. Windows color (decimal): -11115387 or 8741974. OLE color: 8741974.

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

Color convert

RGB 86 100 133 -
CMYK 0.35 0.25 0 0.48
HSL 222.13º 0.21% 0.43% -
HSV(B) 222.13º 0.35% 0.52% -
XYZ 12.63 12.79 23.99 -
YUV 99.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 86 100 133 0.35 0.25 0 0.48 222.13 0.21 0.43
Hex 56 64 85 23 19 0 30 DE 15 2B
Octal 126 144 205 43 31 0 60 336 25 53
Binary 1010110 1100100 10000101 100011 11001 0 110000 11011110 10101 101011

Color Harmonies of #566485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566485

Black with #566485

Text Example


Text Example

White with #566485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566485; }

 p { color: rgb(86,100,133); }

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

background-color css

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

 a { background-color: rgb(86,100,133); }

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

border-color css

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

 span { border-color: rgb(86,100,133); }

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