Html Css Color HEX #565ACF Slate Blue

📋 copy color: '#565ACF'

red 86 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #565ACF

Tints of Slate Blue #565ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 22.45%
G = 23.5%
B = 54.05%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#565ACF (or 0x565ACF) is known color: Slate Blue. HEX triplet: 56, 5A and CF. RGB value is (86,90,207). Sum of RGB (Red+Green+Blue) = 86+90+207=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #565ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ACF is #A9A530. Grayscale: #656565. Windows color (decimal): -11117873 or 13589078. OLE color: 13589078.

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

Color convert

RGB 86 90 207 -
CMYK 0.58 0.57 0 0.19
HSL 238.02º 0.56% 0.57% -
HSV(B) 238.02º 0.58% 0.81% -
XYZ 18.76 13.8 60.71 -
YUV 102.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 86 90 207 0.58 0.57 0 0.19 238.02 0.56 0.57
Hex 56 5A CF 3A 39 0 13 EE 38 39
Octal 126 132 317 72 71 0 23 356 70 71
Binary 1010110 1011010 11001111 111010 111001 0 10011 11101110 111000 111001

Color Harmonies of #565ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ACF

Black with #565ACF

Text Example


Text Example

White with #565ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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