Html Css Color HEX #5245CC Slate Blue

📋 copy color: '#5245CC'

red 82 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5245CC

Tints of Slate Blue #5245CC

RGB

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

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

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

R = 23.1%
G = 19.44%
B = 57.46%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5245CC (or 0x5245CC) is known color: Slate Blue. HEX triplet: 52, 45 and CC. RGB value is (82,69,204). Sum of RGB (Red+Green+Blue) = 82+69+204=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #5245CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245CC is #ADBA33. Grayscale: #575757. Windows color (decimal): -11385396 or 13387090. OLE color: 13387090.

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

Color convert

RGB 82 69 204 -
CMYK 0.60 0.66 0 0.2
HSL 245.78º 0.57% 0.54% -
HSV(B) 245.78º 0.66% 0.8% -
XYZ 16.51 10.41 58.27 -
YUV 88.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 82 69 204 0.60 0.66 0 0.2 245.78 0.57 0.54
Hex 52 45 CC 3C 42 0 14 F6 39 36
Octal 122 105 314 74 102 0 24 366 71 66
Binary 1010010 1000101 11001100 111100 1000010 0 10100 11110110 111001 110110

Color Harmonies of #5245CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5245CC

Black with #5245CC

Text Example


Text Example

White with #5245CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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