Html Css Color HEX #534378 Gigas

📋 copy color: '#534378'

red 83 ◦ green 67 ◦ blue 120

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

Shades of Gigas #534378

Tints of Gigas #534378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 30.74%
G = 24.81%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534378 (or 0x534378) is known color: Gigas. HEX triplet: 53, 43 and 78. RGB value is (83,67,120). Sum of RGB (Red+Green+Blue) = 83+67+120=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #534378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534378 is #ACBC87. Grayscale: #4D4D4D. Windows color (decimal): -11320456 or 7881555. OLE color: 7881555.

HSL color Cylindrical-coordinate representation of color #534378: hue angle of 258.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534378 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 67 120 -
CMYK 0.31 0.44 0 0.53
HSL 258.11º 0.28% 0.37% -
HSV(B) 258.11º 0.44% 0.47% -
XYZ 8.96 7.21 18.69 -
YUV 77.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 83 67 120 0.31 0.44 0 0.53 258.11 0.28 0.37
Hex 53 43 78 1F 2C 0 35 102 1C 25
Octal 123 103 170 37 54 0 65 402 34 45
Binary 1010011 1000011 1111000 11111 101100 0 110101 100000010 11100 100101

Color Harmonies of #534378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534378

Black with #534378

Text Example


Text Example

White with #534378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534378; }

 p { color: rgb(83,67,120); }

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

background-color css

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

 a { background-color: rgb(83,67,120); }

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

border-color css

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

 span { border-color: rgb(83,67,120); }

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