Html Css Color HEX #55437C Gigas

📋 copy color: '#55437C'

red 85 ◦ green 67 ◦ blue 124

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

Shades of Gigas #55437C

Tints of Gigas #55437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 30.8%
G = 24.28%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55437C (or 0x55437C) is known color: Gigas. HEX triplet: 55, 43 and 7C. RGB value is (85,67,124). Sum of RGB (Red+Green+Blue) = 85+67+124=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #55437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55437C is #AABC83. Grayscale: #4E4E4E. Windows color (decimal): -11189380 or 8143701. OLE color: 8143701.

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

Color convert

RGB 85 67 124 -
CMYK 0.31 0.46 0 0.51
HSL 258.95º 0.3% 0.37% -
HSV(B) 258.95º 0.46% 0.49% -
XYZ 9.39 7.4 20 -
YUV 78.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 85 67 124 0.31 0.46 0 0.51 258.95 0.3 0.37
Hex 55 43 7C 1F 2E 0 33 103 1E 25
Octal 125 103 174 37 56 0 63 403 36 45
Binary 1010101 1000011 1111100 11111 101110 0 110011 100000011 11110 100101

Color Harmonies of #55437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55437C

Black with #55437C

Text Example


Text Example

White with #55437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55437C; }

 p { color: rgb(85,67,124); }

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

background-color css

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

 a { background-color: rgb(85,67,124); }

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

border-color css

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

 span { border-color: rgb(85,67,124); }

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