Html Css Color HEX #52447B Gigas

📋 copy color: '#52447B'

red 82 ◦ green 68 ◦ blue 123

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

Shades of Gigas #52447B

Tints of Gigas #52447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 123 (48.44% from 255) = 45.05%

R = 30.04%
G = 24.91%
B = 45.05%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52447B (or 0x52447B) is known color: Gigas. HEX triplet: 52, 44 and 7B. RGB value is (82,68,123). Sum of RGB (Red+Green+Blue) = 82+68+123=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #52447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52447B is #ADBB84. Grayscale: #4E4E4E. Windows color (decimal): -11385733 or 8078418. OLE color: 8078418.

HSL color Cylindrical-coordinate representation of color #52447B: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52447B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 68 123 -
CMYK 0.33 0.45 0 0.52
HSL 255.27º 0.29% 0.37% -
HSV(B) 255.27º 0.45% 0.48% -
XYZ 9.12 7.36 19.68 -
YUV 78.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 82 68 123 0.33 0.45 0 0.52 255.27 0.29 0.37
Hex 52 44 7B 21 2D 0 34 FF 1D 25
Octal 122 104 173 41 55 0 64 377 35 45
Binary 1010010 1000100 1111011 100001 101101 0 110100 11111111 11101 100101

Color Harmonies of #52447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52447B

Black with #52447B

Text Example


Text Example

White with #52447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,68,123); }

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

background-color css

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

 a { background-color: rgb(82,68,123); }

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

border-color css

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

 span { border-color: rgb(82,68,123); }

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