Html Css Color HEX #566985 Kashmir Blue

📋 copy color: '#566985'

red 86 ◦ green 105 ◦ blue 133

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

Shades of Kashmir Blue #566985

Tints of Kashmir Blue #566985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 26.54%
G = 32.41%
B = 41.05%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#566985 (or 0x566985) is known color: Kashmir Blue. HEX triplet: 56, 69 and 85. RGB value is (86,105,133). Sum of RGB (Red+Green+Blue) = 86+105+133=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #566985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566985 is #A9967A. Grayscale: #666666. Windows color (decimal): -11114107 or 8743254. OLE color: 8743254.

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

Color convert

RGB 86 105 133 -
CMYK 0.35 0.21 0 0.48
HSL 215.74º 0.21% 0.43% -
HSV(B) 215.74º 0.35% 0.52% -
XYZ 13.12 13.78 24.16 -
YUV 102.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 86 105 133 0.35 0.21 0 0.48 215.74 0.21 0.43
Hex 56 69 85 23 15 0 30 D8 15 2B
Octal 126 151 205 43 25 0 60 330 25 53
Binary 1010110 1101001 10000101 100011 10101 0 110000 11011000 10101 101011

Color Harmonies of #566985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566985

Black with #566985

Text Example


Text Example

White with #566985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566985; }

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

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

background-color css

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

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

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

border-color css

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

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

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