Html Css Color HEX #5F65DC Slate Blue

📋 copy color: '#5F65DC'

red 95 ◦ green 101 ◦ blue 220

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

Shades of Slate Blue #5F65DC

Tints of Slate Blue #5F65DC

RGB

 RED value IS 95 (37.5% from 255) = 22.84%

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 22.84%
G = 24.28%
B = 52.88%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F65DC (or 0x5F65DC) is known color: Slate Blue. HEX triplet: 5F, 65 and DC. RGB value is (95,101,220). Sum of RGB (Red+Green+Blue) = 95+101+220=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65DC is #A09A23. Grayscale: #707070. Windows color (decimal): -10525220 or 14443871. OLE color: 14443871.

HSL color Cylindrical-coordinate representation of color #5F65DC: hue angle of 237.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F65DC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 101 220 -
CMYK 0.57 0.54 0 0.14
HSL 237.12º 0.64% 0.62% -
HSV(B) 237.12º 0.57% 0.86% -
XYZ 22.29 16.91 69.8 -
YUV 112.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 95 101 220 0.57 0.54 0 0.14 237.12 0.64 0.62
Hex 5F 65 DC 39 36 0 E ED 40 3E
Octal 137 145 334 71 66 0 16 355 100 76
Binary 1011111 1100101 11011100 111001 110110 0 1110 11101101 1000000 111110

Color Harmonies of #5F65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F65DC

Black with #5F65DC

Text Example


Text Example

White with #5F65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F65DC; }

 p { color: rgb(95,101,220); }

 H1.HeaderClassName
 {
   color: #5F65DC;
 }
 .AnyTagClassName
 {
   color: #5F65DC;
 }
</style>

background-color css

<style>
 a { background-color: #5F65DC; }

 a { background-color: rgb(95,101,220); }

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

border-color css

<style>
 span { border-color: #5F65DC; }

 span { border-color: rgb(95,101,220); }

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