Html Css Color HEX #565CDD Slate Blue

📋 copy color: '#565CDD'

red 86 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #565CDD

Tints of Slate Blue #565CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 21.55%
G = 23.06%
B = 55.39%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#565CDD (or 0x565CDD) is known color: Slate Blue. HEX triplet: 56, 5C and DD. RGB value is (86,92,221). Sum of RGB (Red+Green+Blue) = 86+92+221=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #565CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CDD is #A9A322. Grayscale: #686868. Windows color (decimal): -11117347 or 14507094. OLE color: 14507094.

HSL color Cylindrical-coordinate representation of color #565CDD: hue angle of 237.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565CDD is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 92 221 -
CMYK 0.61 0.58 0 0.13
HSL 237.33º 0.67% 0.6% -
HSV(B) 237.33º 0.61% 0.87% -
XYZ 20.72 14.85 70.18 -
YUV 104.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 86 92 221 0.61 0.58 0 0.13 237.33 0.67 0.6
Hex 56 5C DD 3D 3A 0 D ED 43 3C
Octal 126 134 335 75 72 0 15 355 103 74
Binary 1010110 1011100 11011101 111101 111010 0 1101 11101101 1000011 111100

Color Harmonies of #565CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CDD

Black with #565CDD

Text Example


Text Example

White with #565CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,221); }

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

background-color css

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

 a { background-color: rgb(86,92,221); }

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

border-color css

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

 span { border-color: rgb(86,92,221); }

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