Html Css Color HEX #5245CE Slate Blue

📋 copy color: '#5245CE'

red 82 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #5245CE

Tints of Slate Blue #5245CE

RGB

 RED value IS 82 (32.42% from 255) = 22.97%

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 22.97%
G = 19.33%
B = 57.7%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5245CE (or 0x5245CE) is known color: Slate Blue. HEX triplet: 52, 45 and CE. RGB value is (82,69,206). Sum of RGB (Red+Green+Blue) = 82+69+206=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5245CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245CE is #ADBA31. Grayscale: #575757. Windows color (decimal): -11385394 or 13518162. OLE color: 13518162.

HSL color Cylindrical-coordinate representation of color #5245CE: hue angle of 245.69º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5245CE is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 69 206 -
CMYK 0.60 0.67 0 0.19
HSL 245.69º 0.58% 0.54% -
HSV(B) 245.69º 0.67% 0.81% -
XYZ 16.75 10.51 59.54 -
YUV 88.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 82 69 206 0.60 0.67 0 0.19 245.69 0.58 0.54
Hex 52 45 CE 3C 43 0 13 F6 3A 36
Octal 122 105 316 74 103 0 23 366 72 66
Binary 1010010 1000101 11001110 111100 1000011 0 10011 11110110 111010 110110

Color Harmonies of #5245CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5245CE

Black with #5245CE

Text Example


Text Example

White with #5245CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5245CE; }

 p { color: rgb(82,69,206); }

 H1.HeaderClassName
 {
   color: #5245CE;
 }
 .AnyTagClassName
 {
   color: #5245CE;
 }
</style>

background-color css

<style>
 a { background-color: #5245CE; }

 a { background-color: rgb(82,69,206); }

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

border-color css

<style>
 span { border-color: #5245CE; }

 span { border-color: rgb(82,69,206); }

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