Html Css Color HEX #5245C8 Slate Blue

📋 copy color: '#5245C8'

red 82 ◦ green 69 ◦ blue 200

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

Shades of Slate Blue #5245C8

Tints of Slate Blue #5245C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.98%

R = 23.36%
G = 19.66%
B = 56.98%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5245C8 (or 0x5245C8) is known color: Slate Blue. HEX triplet: 52, 45 and C8. RGB value is (82,69,200). Sum of RGB (Red+Green+Blue) = 82+69+200=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #5245C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245C8 is #ADBA37. Grayscale: #575757. Windows color (decimal): -11385400 or 13124946. OLE color: 13124946.

HSL color Cylindrical-coordinate representation of color #5245C8: hue angle of 245.95º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5245C8 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 69 200 -
CMYK 0.59 0.66 0 0.22
HSL 245.95º 0.54% 0.53% -
HSV(B) 245.95º 0.66% 0.78% -
XYZ 16.03 10.22 55.77 -
YUV 87.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 82 69 200 0.59 0.66 0 0.22 245.95 0.54 0.53
Hex 52 45 C8 3B 42 0 16 F6 36 35
Octal 122 105 310 73 102 0 26 366 66 65
Binary 1010010 1000101 11001000 111011 1000010 0 10110 11110110 110110 110101

Color Harmonies of #5245C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5245C8

Black with #5245C8

Text Example


Text Example

White with #5245C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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