Html Css Color HEX #565AE0 Slate Blue

📋 copy color: '#565AE0'

red 86 ◦ green 90 ◦ blue 224

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

Shades of Slate Blue #565AE0

Tints of Slate Blue #565AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56%

R = 21.5%
G = 22.5%
B = 56%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#565AE0 (or 0x565AE0) is known color: Slate Blue. HEX triplet: 56, 5A and E0. RGB value is (86,90,224). Sum of RGB (Red+Green+Blue) = 86+90+224=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #565AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AE0 is #A9A51F. Grayscale: #676767. Windows color (decimal): -11117856 or 14703190. OLE color: 14703190.

HSL color Cylindrical-coordinate representation of color #565AE0: hue angle of 238.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565AE0 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 90 224 -
CMYK 0.62 0.60 0 0.12
HSL 238.26º 0.69% 0.61% -
HSV(B) 238.26º 0.62% 0.88% -
XYZ 20.95 14.67 72.25 -
YUV 104.08 195.67 115.1 -
System Red Green Blue C M Y K H S L
Decimal 86 90 224 0.62 0.60 0 0.12 238.26 0.69 0.61
Hex 56 5A E0 3E 3C 0 C EE 45 3D
Octal 126 132 340 76 74 0 14 356 105 75
Binary 1010110 1011010 11100000 111110 111100 0 1100 11101110 1000101 111101

Color Harmonies of #565AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565AE0

Black with #565AE0

Text Example


Text Example

White with #565AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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