Html Css Color HEX #534085 Gigas

📋 copy color: '#534085'

red 83 ◦ green 64 ◦ blue 133

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

Shades of Gigas #534085

Tints of Gigas #534085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 29.64%
G = 22.86%
B = 47.5%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#534085 (or 0x534085) is known color: Gigas. HEX triplet: 53, 40 and 85. RGB value is (83,64,133). Sum of RGB (Red+Green+Blue) = 83+64+133=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #534085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534085 is #ACBF7A. Grayscale: #4D4D4D. Windows color (decimal): -11321211 or 8732755. OLE color: 8732755.

HSL color Cylindrical-coordinate representation of color #534085: hue angle of 256.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534085 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 64 133 -
CMYK 0.38 0.52 0 0.48
HSL 256.52º 0.35% 0.39% -
HSV(B) 256.52º 0.52% 0.52% -
XYZ 9.63 7.2 23.07 -
YUV 77.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 83 64 133 0.38 0.52 0 0.48 256.52 0.35 0.39
Hex 53 40 85 26 34 0 30 101 23 27
Octal 123 100 205 46 64 0 60 401 43 47
Binary 1010011 1000000 10000101 100110 110100 0 110000 100000001 100011 100111

Color Harmonies of #534085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534085

Black with #534085

Text Example


Text Example

White with #534085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534085; }

 p { color: rgb(83,64,133); }

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

background-color css

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

 a { background-color: rgb(83,64,133); }

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

border-color css

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

 span { border-color: rgb(83,64,133); }

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