Html Css Color HEX #533F88 Gigas

📋 copy color: '#533F88'

red 83 ◦ green 63 ◦ blue 136

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

Shades of Gigas #533F88

Tints of Gigas #533F88

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 29.43%
G = 22.34%
B = 48.23%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#533F88 (or 0x533F88) is known color: Gigas. HEX triplet: 53, 3F and 88. RGB value is (83,63,136). Sum of RGB (Red+Green+Blue) = 83+63+136=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #533F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F88 is #ACC077. Grayscale: #4D4D4D. Windows color (decimal): -11321464 or 8929107. OLE color: 8929107.

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

Color convert

RGB 83 63 136 -
CMYK 0.39 0.54 0 0.47
HSL 256.44º 0.37% 0.39% -
HSV(B) 256.44º 0.54% 0.53% -
XYZ 9.79 7.17 24.16 -
YUV 77.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 83 63 136 0.39 0.54 0 0.47 256.44 0.37 0.39
Hex 53 3F 88 27 36 0 2F 100 25 27
Octal 123 77 210 47 66 0 57 400 45 47
Binary 1010011 111111 10001000 100111 110110 0 101111 100000000 100101 100111

Color Harmonies of #533F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F88

Black with #533F88

Text Example


Text Example

White with #533F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533F88; }

 p { color: rgb(83,63,136); }

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

background-color css

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

 a { background-color: rgb(83,63,136); }

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

border-color css

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

 span { border-color: rgb(83,63,136); }

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