Html Css Color HEX #5845CC Slate Blue

📋 copy color: '#5845CC'

red 88 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5845CC

Tints of Slate Blue #5845CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 24.38%
G = 19.11%
B = 56.51%

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

#5845CC (or 0x5845CC) is known color: Slate Blue. HEX triplet: 58, 45 and CC. RGB value is (88,69,204). Sum of RGB (Red+Green+Blue) = 88+69+204=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5845CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845CC is #A7BA33. Grayscale: #595959. Windows color (decimal): -10992180 or 13387096. OLE color: 13387096.

HSL color Cylindrical-coordinate representation of color #5845CC: hue angle of 248.44º 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 #5845CC is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 69 204 -
CMYK 0.57 0.66 0 0.2
HSL 248.44º 0.57% 0.54% -
HSV(B) 248.44º 0.66% 0.8% -
XYZ 17.05 10.69 58.29 -
YUV 90.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 88 69 204 0.57 0.66 0 0.2 248.44 0.57 0.54
Hex 58 45 CC 39 42 0 14 F8 39 36
Octal 130 105 314 71 102 0 24 370 71 66
Binary 1011000 1000101 11001100 111001 1000010 0 10100 11111000 111001 110110

Color Harmonies of #5845CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5845CC

Black with #5845CC

Text Example


Text Example

White with #5845CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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