Html Css Color HEX #52468A Gigas

📋 copy color: '#52468A'

red 82 ◦ green 70 ◦ blue 138

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

Shades of Gigas #52468A

Tints of Gigas #52468A

RGB

 RED value IS 82 (32.42% from 255) = 28.28%

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 28.28%
G = 24.14%
B = 47.59%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52468A (or 0x52468A) is known color: Gigas. HEX triplet: 52, 46 and 8A. RGB value is (82,70,138). Sum of RGB (Red+Green+Blue) = 82+70+138=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #52468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52468A is #ADB975. Grayscale: #515151. Windows color (decimal): -11385206 or 9061970. OLE color: 9061970.

HSL color Cylindrical-coordinate representation of color #52468A: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52468A is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 70 138 -
CMYK 0.41 0.49 0 0.46
HSL 250.59º 0.33% 0.41% -
HSV(B) 250.59º 0.49% 0.54% -
XYZ 10.26 8.01 25.05 -
YUV 81.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 82 70 138 0.41 0.49 0 0.46 250.59 0.33 0.41
Hex 52 46 8A 29 31 0 2E FB 21 29
Octal 122 106 212 51 61 0 56 373 41 51
Binary 1010010 1000110 10001010 101001 110001 0 101110 11111011 100001 101001

Color Harmonies of #52468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52468A

Black with #52468A

Text Example


Text Example

White with #52468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,70,138); }

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

background-color css

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

 a { background-color: rgb(82,70,138); }

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

border-color css

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

 span { border-color: rgb(82,70,138); }

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