Html Css Color HEX #524DDB Slate Blue

📋 copy color: '#524DDB'

red 82 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #524DDB

Tints of Slate Blue #524DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 21.69%
G = 20.37%
B = 57.94%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#524DDB (or 0x524DDB) is known color: Slate Blue. HEX triplet: 52, 4D and DB. RGB value is (82,77,219). Sum of RGB (Red+Green+Blue) = 82+77+219=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #524DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DDB is #ADB224. Grayscale: #5E5E5E. Windows color (decimal): -11383333 or 14372178. OLE color: 14372178.

HSL color Cylindrical-coordinate representation of color #524DDB: hue angle of 242.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DDB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 77 219 -
CMYK 0.63 0.65 0 0.14
HSL 242.11º 0.66% 0.58% -
HSV(B) 242.11º 0.65% 0.86% -
XYZ 18.92 12.22 68.38 -
YUV 94.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 82 77 219 0.63 0.65 0 0.14 242.11 0.66 0.58
Hex 52 4D DB 3F 41 0 E F2 42 3A
Octal 122 115 333 77 101 0 16 362 102 72
Binary 1010010 1001101 11011011 111111 1000001 0 1110 11110010 1000010 111010

Color Harmonies of #524DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DDB

Black with #524DDB

Text Example


Text Example

White with #524DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524DDB; }

 p { color: rgb(82,77,219); }

 H1.HeaderClassName
 {
   color: #524DDB;
 }
 .AnyTagClassName
 {
   color: #524DDB;
 }
</style>

background-color css

<style>
 a { background-color: #524DDB; }

 a { background-color: rgb(82,77,219); }

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

border-color css

<style>
 span { border-color: #524DDB; }

 span { border-color: rgb(82,77,219); }

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