Html Css Color HEX #566285 Kashmir Blue

📋 copy color: '#566285'

red 86 ◦ green 98 ◦ blue 133

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

Shades of Kashmir Blue #566285

Tints of Kashmir Blue #566285

RGB

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

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

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

R = 27.13%
G = 30.91%
B = 41.96%

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

#566285 (or 0x566285) is known color: Kashmir Blue. HEX triplet: 56, 62 and 85. RGB value is (86,98,133). Sum of RGB (Red+Green+Blue) = 86+98+133=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #566285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566285 is #A99D7A. Grayscale: #626262. Windows color (decimal): -11115899 or 8741462. OLE color: 8741462.

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

Color convert

RGB 86 98 133 -
CMYK 0.35 0.26 0 0.48
HSL 224.68º 0.21% 0.43% -
HSV(B) 224.68º 0.35% 0.52% -
XYZ 12.44 12.41 23.93 -
YUV 98.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 86 98 133 0.35 0.26 0 0.48 224.68 0.21 0.43
Hex 56 62 85 23 1A 0 30 E1 15 2B
Octal 126 142 205 43 32 0 60 341 25 53
Binary 1010110 1100010 10000101 100011 11010 0 110000 11100001 10101 101011

Color Harmonies of #566285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566285

Black with #566285

Text Example


Text Example

White with #566285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566285; }

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

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

background-color css

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

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

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

border-color css

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

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

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