Html Css Color HEX #52417B Gigas

📋 copy color: '#52417B'

red 82 ◦ green 65 ◦ blue 123

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

Shades of Gigas #52417B

Tints of Gigas #52417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 30.37%
G = 24.07%
B = 45.56%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52417B (or 0x52417B) is known color: Gigas. HEX triplet: 52, 41 and 7B. RGB value is (82,65,123). Sum of RGB (Red+Green+Blue) = 82+65+123=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #52417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52417B is #ADBE84. Grayscale: #4C4C4C. Windows color (decimal): -11386501 or 8077650. OLE color: 8077650.

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

Color convert

RGB 82 65 123 -
CMYK 0.33 0.47 0 0.52
HSL 257.59º 0.31% 0.37% -
HSV(B) 257.59º 0.47% 0.48% -
XYZ 8.95 7 19.62 -
YUV 76.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 82 65 123 0.33 0.47 0 0.52 257.59 0.31 0.37
Hex 52 41 7B 21 2F 0 34 102 1F 25
Octal 122 101 173 41 57 0 64 402 37 45
Binary 1010010 1000001 1111011 100001 101111 0 110100 100000010 11111 100101

Color Harmonies of #52417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52417B

Black with #52417B

Text Example


Text Example

White with #52417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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