Html Css Color HEX #53438C Gigas

📋 copy color: '#53438C'

red 83 ◦ green 67 ◦ blue 140

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

Shades of Gigas #53438C

Tints of Gigas #53438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 28.62%
G = 23.1%
B = 48.28%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53438C (or 0x53438C) is known color: Gigas. HEX triplet: 53, 43 and 8C. RGB value is (83,67,140). Sum of RGB (Red+Green+Blue) = 83+67+140=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #53438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438C is #ACBC73. Grayscale: #4F4F4F. Windows color (decimal): -11320436 or 9192275. OLE color: 9192275.

HSL color Cylindrical-coordinate representation of color #53438C: hue angle of 253.15º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53438C is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 67 140 -
CMYK 0.41 0.52 0 0.45
HSL 253.15º 0.35% 0.41% -
HSV(B) 253.15º 0.52% 0.55% -
XYZ 10.31 7.75 25.76 -
YUV 80.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 83 67 140 0.41 0.52 0 0.45 253.15 0.35 0.41
Hex 53 43 8C 29 34 0 2D FD 23 29
Octal 123 103 214 51 64 0 55 375 43 51
Binary 1010011 1000011 10001100 101001 110100 0 101101 11111101 100011 101001

Color Harmonies of #53438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53438C

Black with #53438C

Text Example


Text Example

White with #53438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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