Html Css Color HEX #565ADA Slate Blue

📋 copy color: '#565ADA'

red 86 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #565ADA

Tints of Slate Blue #565ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 21.83%
G = 22.84%
B = 55.33%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#565ADA (or 0x565ADA) is known color: Slate Blue. HEX triplet: 56, 5A and DA. RGB value is (86,90,218). Sum of RGB (Red+Green+Blue) = 86+90+218=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #565ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADA is #A9A525. Grayscale: #666666. Windows color (decimal): -11117862 or 14309974. OLE color: 14309974.

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

Color convert

RGB 86 90 218 -
CMYK 0.61 0.59 0 0.15
HSL 238.18º 0.64% 0.6% -
HSV(B) 238.18º 0.61% 0.85% -
XYZ 20.15 14.35 68.04 -
YUV 103.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 86 90 218 0.61 0.59 0 0.15 238.18 0.64 0.6
Hex 56 5A DA 3D 3B 0 F EE 40 3C
Octal 126 132 332 75 73 0 17 356 100 74
Binary 1010110 1011010 11011010 111101 111011 0 1111 11101110 1000000 111100

Color Harmonies of #565ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ADA

Black with #565ADA

Text Example


Text Example

White with #565ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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