Html Css Color HEX #566885 Kashmir Blue

📋 copy color: '#566885'

red 86 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #566885

Tints of Kashmir Blue #566885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

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

R = 26.63%
G = 32.2%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#566885 (or 0x566885) is known color: Kashmir Blue. HEX triplet: 56, 68 and 85. RGB value is (86,104,133). Sum of RGB (Red+Green+Blue) = 86+104+133=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #566885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566885 is #A9977A. Grayscale: #656565. Windows color (decimal): -11114363 or 8742998. OLE color: 8742998.

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

Color convert

RGB 86 104 133 -
CMYK 0.35 0.22 0 0.48
HSL 217.02º 0.21% 0.43% -
HSV(B) 217.02º 0.35% 0.52% -
XYZ 13.02 13.57 24.12 -
YUV 101.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 86 104 133 0.35 0.22 0 0.48 217.02 0.21 0.43
Hex 56 68 85 23 16 0 30 D9 15 2B
Octal 126 150 205 43 26 0 60 331 25 53
Binary 1010110 1101000 10000101 100011 10110 0 110000 11011001 10101 101011

Color Harmonies of #566885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566885

Black with #566885

Text Example


Text Example

White with #566885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566885; }

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

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

background-color css

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

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

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

border-color css

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

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

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