Html Css Color HEX #53438A Gigas

📋 copy color: '#53438A'

red 83 ◦ green 67 ◦ blue 138

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

Shades of Gigas #53438A

Tints of Gigas #53438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.92%

R = 28.82%
G = 23.26%
B = 47.92%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53438A (or 0x53438A) is known color: Gigas. HEX triplet: 53, 43 and 8A. RGB value is (83,67,138). Sum of RGB (Red+Green+Blue) = 83+67+138=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #53438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438A is #ACBC75. Grayscale: #4F4F4F. Windows color (decimal): -11320438 or 9061203. OLE color: 9061203.

HSL color Cylindrical-coordinate representation of color #53438A: hue angle of 253.52º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53438A is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 67 138 -
CMYK 0.40 0.51 0 0.46
HSL 253.52º 0.35% 0.4% -
HSV(B) 253.52º 0.51% 0.54% -
XYZ 10.16 7.69 24.99 -
YUV 79.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 83 67 138 0.40 0.51 0 0.46 253.52 0.35 0.4
Hex 53 43 8A 28 33 0 2E FE 23 28
Octal 123 103 212 50 63 0 56 376 43 50
Binary 1010011 1000011 10001010 101000 110011 0 101110 11111110 100011 101000

Color Harmonies of #53438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53438A

Black with #53438A

Text Example


Text Example

White with #53438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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