Html Css Color HEX #566784 Kashmir Blue

📋 copy color: '#566784'

red 86 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #566784

Tints of Kashmir Blue #566784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 26.79%
G = 32.09%
B = 41.12%

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

#566784 (or 0x566784) is known color: Kashmir Blue. HEX triplet: 56, 67 and 84. RGB value is (86,103,132). Sum of RGB (Red+Green+Blue) = 86+103+132=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #566784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566784 is #A9987B. Grayscale: #656565. Windows color (decimal): -11114620 or 8677206. OLE color: 8677206.

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

Color convert

RGB 86 103 132 -
CMYK 0.35 0.22 0 0.48
HSL 217.83º 0.21% 0.43% -
HSV(B) 217.83º 0.35% 0.52% -
XYZ 12.85 13.34 23.73 -
YUV 101.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 86 103 132 0.35 0.22 0 0.48 217.83 0.21 0.43
Hex 56 67 84 23 16 0 30 DA 15 2B
Octal 126 147 204 43 26 0 60 332 25 53
Binary 1010110 1100111 10000100 100011 10110 0 110000 11011010 10101 101011

Color Harmonies of #566784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566784

Black with #566784

Text Example


Text Example

White with #566784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566784; }

 p { color: rgb(86,103,132); }

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

background-color css

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

 a { background-color: rgb(86,103,132); }

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

border-color css

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

 span { border-color: rgb(86,103,132); }

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