Html Css Color HEX #52438B Gigas

📋 copy color: '#52438B'

red 82 ◦ green 67 ◦ blue 139

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

Shades of Gigas #52438B

Tints of Gigas #52438B

RGB

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

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

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

R = 28.47%
G = 23.26%
B = 48.26%

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

#52438B (or 0x52438B) is known color: Gigas. HEX triplet: 52, 43 and 8B. RGB value is (82,67,139). Sum of RGB (Red+Green+Blue) = 82+67+139=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #52438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52438B is #ADBC74. Grayscale: #4F4F4F. Windows color (decimal): -11385973 or 9126738. OLE color: 9126738.

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

Color convert

RGB 82 67 139 -
CMYK 0.41 0.52 0 0.45
HSL 252.5º 0.35% 0.4% -
HSV(B) 252.5º 0.52% 0.55% -
XYZ 10.15 7.67 25.37 -
YUV 79.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 82 67 139 0.41 0.52 0 0.45 252.5 0.35 0.4
Hex 52 43 8B 29 34 0 2D FD 23 28
Octal 122 103 213 51 64 0 55 375 43 50
Binary 1010010 1000011 10001011 101001 110100 0 101101 11111101 100011 101000

Color Harmonies of #52438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52438B

Black with #52438B

Text Example


Text Example

White with #52438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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