Html Css Color HEX #55407E Gigas

📋 copy color: '#55407E'

red 85 ◦ green 64 ◦ blue 126

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

Shades of Gigas #55407E

Tints of Gigas #55407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 30.91%
G = 23.27%
B = 45.82%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55407E (or 0x55407E) is known color: Gigas. HEX triplet: 55, 40 and 7E. RGB value is (85,64,126). Sum of RGB (Red+Green+Blue) = 85+64+126=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #55407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55407E is #AABF81. Grayscale: #4D4D4D. Windows color (decimal): -11190146 or 8274005. OLE color: 8274005.

HSL color Cylindrical-coordinate representation of color #55407E: hue angle of 260.32º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55407E is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 64 126 -
CMYK 0.33 0.49 0 0.51
HSL 260.32º 0.33% 0.37% -
HSV(B) 260.32º 0.49% 0.49% -
XYZ 9.35 7.1 20.62 -
YUV 77.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 85 64 126 0.33 0.49 0 0.51 260.32 0.33 0.37
Hex 55 40 7E 21 31 0 33 104 21 25
Octal 125 100 176 41 61 0 63 404 41 45
Binary 1010101 1000000 1111110 100001 110001 0 110011 100000100 100001 100101

Color Harmonies of #55407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55407E

Black with #55407E

Text Example


Text Example

White with #55407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55407E; }

 p { color: rgb(85,64,126); }

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

background-color css

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

 a { background-color: rgb(85,64,126); }

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

border-color css

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

 span { border-color: rgb(85,64,126); }

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