Html Css Color HEX #566F93 Kashmir Blue

📋 copy color: '#566F93'

red 86 ◦ green 111 ◦ blue 147

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

Shades of Kashmir Blue #566F93

Tints of Kashmir Blue #566F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 25%
G = 32.27%
B = 42.73%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566F93 (or 0x566F93) is known color: Kashmir Blue. HEX triplet: 56, 6F and 93. RGB value is (86,111,147). Sum of RGB (Red+Green+Blue) = 86+111+147=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #566F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F93 is #A9906C. Grayscale: #6B6B6B. Windows color (decimal): -11112557 or 9662294. OLE color: 9662294.

HSL color Cylindrical-coordinate representation of color #566F93: hue angle of 215.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566F93 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 111 147 -
CMYK 0.41 0.24 0 0.42
HSL 215.41º 0.26% 0.46% -
HSV(B) 215.41º 0.41% 0.58% -
XYZ 14.79 15.45 29.81 -
YUV 107.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 86 111 147 0.41 0.24 0 0.42 215.41 0.26 0.46
Hex 56 6F 93 29 18 0 2A D7 1A 2E
Octal 126 157 223 51 30 0 52 327 32 56
Binary 1010110 1101111 10010011 101001 11000 0 101010 11010111 11010 101110

Color Harmonies of #566F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F93

Black with #566F93

Text Example


Text Example

White with #566F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566F93; }

 p { color: rgb(86,111,147); }

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

background-color css

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

 a { background-color: rgb(86,111,147); }

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

border-color css

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

 span { border-color: rgb(86,111,147); }

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