Html Css Color HEX #565ADC Slate Blue

📋 copy color: '#565ADC'

red 86 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #565ADC

Tints of Slate Blue #565ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 21.72%
G = 22.73%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#565ADC (or 0x565ADC) is known color: Slate Blue. HEX triplet: 56, 5A and DC. RGB value is (86,90,220). Sum of RGB (Red+Green+Blue) = 86+90+220=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #565ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADC is #A9A523. Grayscale: #676767. Windows color (decimal): -11117860 or 14441046. OLE color: 14441046.

HSL color Cylindrical-coordinate representation of color #565ADC: hue angle of 238.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565ADC is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 90 220 -
CMYK 0.61 0.59 0 0.14
HSL 238.21º 0.66% 0.6% -
HSV(B) 238.21º 0.61% 0.86% -
XYZ 20.41 14.46 69.43 -
YUV 103.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 86 90 220 0.61 0.59 0 0.14 238.21 0.66 0.6
Hex 56 5A DC 3D 3B 0 E EE 42 3C
Octal 126 132 334 75 73 0 16 356 102 74
Binary 1010110 1011010 11011100 111101 111011 0 1110 11101110 1000010 111100

Color Harmonies of #565ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ADC

Black with #565ADC

Text Example


Text Example

White with #565ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565ADC; }

 p { color: rgb(86,90,220); }

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

background-color css

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

 a { background-color: rgb(86,90,220); }

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

border-color css

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

 span { border-color: rgb(86,90,220); }

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