Html Css Color HEX #566284 Kashmir Blue

📋 copy color: '#566284'

red 86 ◦ green 98 ◦ blue 132

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

Shades of Kashmir Blue #566284

Tints of Kashmir Blue #566284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 27.22%
G = 31.01%
B = 41.77%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#566284 (or 0x566284) is known color: Kashmir Blue. HEX triplet: 56, 62 and 84. RGB value is (86,98,132). Sum of RGB (Red+Green+Blue) = 86+98+132=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #566284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566284 is #A99D7B. Grayscale: #626262. Windows color (decimal): -11115900 or 8675926. OLE color: 8675926.

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

Color convert

RGB 86 98 132 -
CMYK 0.35 0.26 0 0.48
HSL 224.35º 0.21% 0.43% -
HSV(B) 224.35º 0.35% 0.52% -
XYZ 12.37 12.38 23.57 -
YUV 98.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 86 98 132 0.35 0.26 0 0.48 224.35 0.21 0.43
Hex 56 62 84 23 1A 0 30 E0 15 2B
Octal 126 142 204 43 32 0 60 340 25 53
Binary 1010110 1100010 10000100 100011 11010 0 110000 11100000 10101 101011

Color Harmonies of #566284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566284

Black with #566284

Text Example


Text Example

White with #566284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566284; }

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

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

background-color css

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

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

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

border-color css

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

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

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