Html Css Color HEX #5242CC Slate Blue

📋 copy color: '#5242CC'

red 82 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #5242CC

Tints of Slate Blue #5242CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 23.3%
G = 18.75%
B = 57.95%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5242CC (or 0x5242CC) is known color: Slate Blue. HEX triplet: 52, 42 and CC. RGB value is (82,66,204). Sum of RGB (Red+Green+Blue) = 82+66+204=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #5242CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242CC is #ADBD33. Grayscale: #555555. Windows color (decimal): -11386164 or 13386322. OLE color: 13386322.

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

Color convert

RGB 82 66 204 -
CMYK 0.60 0.68 0 0.2
HSL 246.96º 0.58% 0.53% -
HSV(B) 246.96º 0.68% 0.8% -
XYZ 16.33 10.05 58.21 -
YUV 86.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 82 66 204 0.60 0.68 0 0.2 246.96 0.58 0.53
Hex 52 42 CC 3C 44 0 14 F7 3A 35
Octal 122 102 314 74 104 0 24 367 72 65
Binary 1010010 1000010 11001100 111100 1000100 0 10100 11110111 111010 110101

Color Harmonies of #5242CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5242CC

Black with #5242CC

Text Example


Text Example

White with #5242CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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