Html Css Color HEX #566F8C Kashmir Blue

📋 copy color: '#566F8C'

red 86 ◦ green 111 ◦ blue 140

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

Shades of Kashmir Blue #566F8C

Tints of Kashmir Blue #566F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 25.52%
G = 32.94%
B = 41.54%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#566F8C (or 0x566F8C) is known color: Kashmir Blue. HEX triplet: 56, 6F and 8C. RGB value is (86,111,140). Sum of RGB (Red+Green+Blue) = 86+111+140=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #566F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F8C is #A99073. Grayscale: #6A6A6A. Windows color (decimal): -11112564 or 9203542. OLE color: 9203542.

HSL color Cylindrical-coordinate representation of color #566F8C: hue angle of 212.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566F8C is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 111 140 -
CMYK 0.39 0.21 0 0.45
HSL 212.22º 0.24% 0.44% -
HSV(B) 212.22º 0.39% 0.55% -
XYZ 14.26 15.24 27 -
YUV 106.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 86 111 140 0.39 0.21 0 0.45 212.22 0.24 0.44
Hex 56 6F 8C 27 15 0 2D D4 18 2C
Octal 126 157 214 47 25 0 55 324 30 54
Binary 1010110 1101111 10001100 100111 10101 0 101101 11010100 11000 101100

Color Harmonies of #566F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F8C

Black with #566F8C

Text Example


Text Example

White with #566F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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