Html Css Color HEX #5C5CD0 Slate Blue

📋 copy color: '#5C5CD0'

red 92 ◦ green 92 ◦ blue 208

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

Shades of Slate Blue #5C5CD0

Tints of Slate Blue #5C5CD0

RGB

 RED value IS 92 (36.33% from 255) = 23.47%

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 23.47%
G = 23.47%
B = 53.06%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C5CD0 (or 0x5C5CD0) is known color: Slate Blue. HEX triplet: 5C, 5C and D0. RGB value is (92,92,208). Sum of RGB (Red+Green+Blue) = 92+92+208=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C5CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5CD0 is #A3A32F. Grayscale: #686868. Windows color (decimal): -10724144 or 13655132. OLE color: 13655132.

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

Color convert

RGB 92 92 208 -
CMYK 0.56 0.56 0 0.18
HSL 240º 0.55% 0.59% -
HSV(B) 240º 0.56% 0.82% -
XYZ 19.63 14.48 61.44 -
YUV 105.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 92 92 208 0.56 0.56 0 0.18 240 0.55 0.59
Hex 5C 5C D0 38 38 0 12 F0 37 3B
Octal 134 134 320 70 70 0 22 360 67 73
Binary 1011100 1011100 11010000 111000 111000 0 10010 11110000 110111 111011

Color Harmonies of #5C5CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5CD0

Black with #5C5CD0

Text Example


Text Example

White with #5C5CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,92,208); }

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

background-color css

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

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

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

border-color css

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

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

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