Html Css Color HEX #52468B Gigas

📋 copy color: '#52468B'

red 82 ◦ green 70 ◦ blue 139

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

Shades of Gigas #52468B

Tints of Gigas #52468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 28.18%
G = 24.05%
B = 47.77%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52468B (or 0x52468B) is known color: Gigas. HEX triplet: 52, 46 and 8B. RGB value is (82,70,139). Sum of RGB (Red+Green+Blue) = 82+70+139=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #52468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52468B is #ADB974. Grayscale: #515151. Windows color (decimal): -11385205 or 9127506. OLE color: 9127506.

HSL color Cylindrical-coordinate representation of color #52468B: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52468B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 70 139 -
CMYK 0.41 0.50 0 0.45
HSL 250.43º 0.33% 0.41% -
HSV(B) 250.43º 0.5% 0.55% -
XYZ 10.33 8.04 25.43 -
YUV 81.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 82 70 139 0.41 0.50 0 0.45 250.43 0.33 0.41
Hex 52 46 8B 29 32 0 2D FA 21 29
Octal 122 106 213 51 62 0 55 372 41 51
Binary 1010010 1000110 10001011 101001 110010 0 101101 11111010 100001 101001

Color Harmonies of #52468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52468B

Black with #52468B

Text Example


Text Example

White with #52468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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