Html Css Color HEX #55417A Gigas

📋 copy color: '#55417A'

red 85 ◦ green 65 ◦ blue 122

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

Shades of Gigas #55417A

Tints of Gigas #55417A

RGB

 RED value IS 85 (33.59% from 255) = 31.25%

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

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 31.25%
G = 23.9%
B = 44.85%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55417A (or 0x55417A) is known color: Gigas. HEX triplet: 55, 41 and 7A. RGB value is (85,65,122). Sum of RGB (Red+Green+Blue) = 85+65+122=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #55417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55417A is #AABE85. Grayscale: #4D4D4D. Windows color (decimal): -11189894 or 8012117. OLE color: 8012117.

HSL color Cylindrical-coordinate representation of color #55417A: hue angle of 261.05º degrees, saturation: 0.3, 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 #55417A is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 65 122 -
CMYK 0.30 0.47 0 0.52
HSL 261.05º 0.3% 0.37% -
HSV(B) 261.05º 0.47% 0.48% -
XYZ 9.15 7.12 19.3 -
YUV 77.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 85 65 122 0.30 0.47 0 0.52 261.05 0.3 0.37
Hex 55 41 7A 1E 2F 0 34 105 1E 25
Octal 125 101 172 36 57 0 64 405 36 45
Binary 1010101 1000001 1111010 11110 101111 0 110100 100000101 11110 100101

Color Harmonies of #55417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55417A

Black with #55417A

Text Example


Text Example

White with #55417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55417A; }

 p { color: rgb(85,65,122); }

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

background-color css

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

 a { background-color: rgb(85,65,122); }

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

border-color css

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

 span { border-color: rgb(85,65,122); }

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