Html Css Color HEX #55437F Gigas

📋 copy color: '#55437F'

red 85 ◦ green 67 ◦ blue 127

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

Shades of Gigas #55437F

Tints of Gigas #55437F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 30.47%
G = 24.01%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55437F (or 0x55437F) is known color: Gigas. HEX triplet: 55, 43 and 7F. RGB value is (85,67,127). Sum of RGB (Red+Green+Blue) = 85+67+127=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #55437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55437F is #AABC80. Grayscale: #4F4F4F. Windows color (decimal): -11189377 or 8340309. OLE color: 8340309.

HSL color Cylindrical-coordinate representation of color #55437F: hue angle of 258º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55437F is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 67 127 -
CMYK 0.33 0.47 0 0.50
HSL 258º 0.31% 0.38% -
HSV(B) 258º 0.47% 0.5% -
XYZ 9.58 7.48 21.02 -
YUV 79.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 85 67 127 0.33 0.47 0 0.50 258 0.31 0.38
Hex 55 43 7F 21 2F 0 32 102 1F 26
Octal 125 103 177 41 57 0 62 402 37 46
Binary 1010101 1000011 1111111 100001 101111 0 110010 100000010 11111 100110

Color Harmonies of #55437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55437F

Black with #55437F

Text Example


Text Example

White with #55437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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