Html Css Color HEX #524187 Gigas

📋 copy color: '#524187'

red 82 ◦ green 65 ◦ blue 135

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

Shades of Gigas #524187

Tints of Gigas #524187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 29.08%
G = 23.05%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524187 (or 0x524187) is known color: Gigas. HEX triplet: 52, 41 and 87. RGB value is (82,65,135). Sum of RGB (Red+Green+Blue) = 82+65+135=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #524187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524187 is #ADBE78. Grayscale: #4D4D4D. Windows color (decimal): -11386489 or 8864082. OLE color: 8864082.

HSL color Cylindrical-coordinate representation of color #524187: hue angle of 254.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524187 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 65 135 -
CMYK 0.39 0.52 0 0.47
HSL 254.57º 0.35% 0.39% -
HSV(B) 254.57º 0.52% 0.53% -
XYZ 9.74 7.32 23.82 -
YUV 78.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 82 65 135 0.39 0.52 0 0.47 254.57 0.35 0.39
Hex 52 41 87 27 34 0 2F FF 23 27
Octal 122 101 207 47 64 0 57 377 43 47
Binary 1010010 1000001 10000111 100111 110100 0 101111 11111111 100011 100111

Color Harmonies of #524187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524187

Black with #524187

Text Example


Text Example

White with #524187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524187; }

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

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

background-color css

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

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

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

border-color css

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

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

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