Html Css Color HEX #565CD2 Slate Blue

📋 copy color: '#565CD2'

red 86 ◦ green 92 ◦ blue 210

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

Shades of Slate Blue #565CD2

Tints of Slate Blue #565CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 22.16%
G = 23.71%
B = 54.12%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#565CD2 (or 0x565CD2) is known color: Slate Blue. HEX triplet: 56, 5C and D2. RGB value is (86,92,210). Sum of RGB (Red+Green+Blue) = 86+92+210=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #565CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CD2 is #A9A32D. Grayscale: #676767. Windows color (decimal): -11117358 or 13786198. OLE color: 13786198.

HSL color Cylindrical-coordinate representation of color #565CD2: hue angle of 237.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565CD2 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 92 210 -
CMYK 0.59 0.56 0 0.18
HSL 237.1º 0.58% 0.58% -
HSV(B) 237.1º 0.59% 0.82% -
XYZ 19.3 14.29 62.71 -
YUV 103.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 86 92 210 0.59 0.56 0 0.18 237.1 0.58 0.58
Hex 56 5C D2 3B 38 0 12 ED 3A 3A
Octal 126 134 322 73 70 0 22 355 72 72
Binary 1010110 1011100 11010010 111011 111000 0 10010 11101101 111010 111010

Color Harmonies of #565CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CD2

Black with #565CD2

Text Example


Text Example

White with #565CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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