Html Css Color HEX #5244CC Slate Blue

📋 copy color: '#5244CC'

red 82 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #5244CC

Tints of Slate Blue #5244CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

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

R = 23.16%
G = 19.21%
B = 57.63%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5244CC (or 0x5244CC) is known color: Slate Blue. HEX triplet: 52, 44 and CC. RGB value is (82,68,204). Sum of RGB (Red+Green+Blue) = 82+68+204=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #5244CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244CC is #ADBB33. Grayscale: #575757. Windows color (decimal): -11385652 or 13386834. OLE color: 13386834.

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

Color convert

RGB 82 68 204 -
CMYK 0.60 0.67 0 0.2
HSL 246.18º 0.57% 0.53% -
HSV(B) 246.18º 0.67% 0.8% -
XYZ 16.45 10.29 58.25 -
YUV 87.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 82 68 204 0.60 0.67 0 0.2 246.18 0.57 0.53
Hex 52 44 CC 3C 43 0 14 F6 39 35
Octal 122 104 314 74 103 0 24 366 71 65
Binary 1010010 1000100 11001100 111100 1000011 0 10100 11110110 111001 110101

Color Harmonies of #5244CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5244CC

Black with #5244CC

Text Example


Text Example

White with #5244CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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