Html Css Color HEX #534CDB Slate Blue

📋 copy color: '#534CDB'

red 83 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #534CDB

Tints of Slate Blue #534CDB

RGB

 RED value IS 83 (32.81% from 255) = 21.96%

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 21.96%
G = 20.11%
B = 57.94%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#534CDB (or 0x534CDB) is known color: Slate Blue. HEX triplet: 53, 4C and DB. RGB value is (83,76,219). Sum of RGB (Red+Green+Blue) = 83+76+219=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 76 (30.08% from 255 or 20.11% 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 #534CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CDB is #ACB324. Grayscale: #5D5D5D. Windows color (decimal): -11318053 or 14371923. OLE color: 14371923.

HSL color Cylindrical-coordinate representation of color #534CDB: hue angle of 242.94º degrees, saturation: 0.67, 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 #534CDB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 76 219 -
CMYK 0.62 0.65 0 0.14
HSL 242.94º 0.67% 0.58% -
HSV(B) 242.94º 0.65% 0.86% -
XYZ 18.94 12.12 68.36 -
YUV 94.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 83 76 219 0.62 0.65 0 0.14 242.94 0.67 0.58
Hex 53 4C DB 3E 41 0 E F3 43 3A
Octal 123 114 333 76 101 0 16 363 103 72
Binary 1010011 1001100 11011011 111110 1000001 0 1110 11110011 1000011 111010

Color Harmonies of #534CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CDB

Black with #534CDB

Text Example


Text Example

White with #534CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534CDB; }

 p { color: rgb(83,76,219); }

 H1.HeaderClassName
 {
   color: #534CDB;
 }
 .AnyTagClassName
 {
   color: #534CDB;
 }
</style>

background-color css

<style>
 a { background-color: #534CDB; }

 a { background-color: rgb(83,76,219); }

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

border-color css

<style>
 span { border-color: #534CDB; }

 span { border-color: rgb(83,76,219); }

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