Html Css Color HEX #5846CC Slate Blue

📋 copy color: '#5846CC'

red 88 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #5846CC

Tints of Slate Blue #5846CC

RGB

 RED value IS 88 (34.77% from 255) = 24.31%

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 24.31%
G = 19.34%
B = 56.35%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5846CC (or 0x5846CC) is known color: Slate Blue. HEX triplet: 58, 46 and CC. RGB value is (88,70,204). Sum of RGB (Red+Green+Blue) = 88+70+204=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #5846CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5846CC is #A7B933. Grayscale: #5A5A5A. Windows color (decimal): -10991924 or 13387352. OLE color: 13387352.

HSL color Cylindrical-coordinate representation of color #5846CC: hue angle of 248.06º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5846CC is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 70 204 -
CMYK 0.57 0.66 0 0.2
HSL 248.06º 0.57% 0.54% -
HSV(B) 248.06º 0.66% 0.8% -
XYZ 17.11 10.81 58.31 -
YUV 90.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 88 70 204 0.57 0.66 0 0.2 248.06 0.57 0.54
Hex 58 46 CC 39 42 0 14 F8 39 36
Octal 130 106 314 71 102 0 24 370 71 66
Binary 1011000 1000110 11001100 111001 1000010 0 10100 11111000 111001 110110

Color Harmonies of #5846CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5846CC

Black with #5846CC

Text Example


Text Example

White with #5846CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5846CC; }

 p { color: rgb(88,70,204); }

 H1.HeaderClassName
 {
   color: #5846CC;
 }
 .AnyTagClassName
 {
   color: #5846CC;
 }
</style>

background-color css

<style>
 a { background-color: #5846CC; }

 a { background-color: rgb(88,70,204); }

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

border-color css

<style>
 span { border-color: #5846CC; }

 span { border-color: rgb(88,70,204); }

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