Html Css Color HEX #55448B Gigas

📋 copy color: '#55448B'

red 85 ◦ green 68 ◦ blue 139

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

Shades of Gigas #55448B

Tints of Gigas #55448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 29.11%
G = 23.29%
B = 47.6%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55448B (or 0x55448B) is known color: Gigas. HEX triplet: 55, 44 and 8B. RGB value is (85,68,139). Sum of RGB (Red+Green+Blue) = 85+68+139=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #55448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55448B is #AABB74. Grayscale: #505050. Windows color (decimal): -11189109 or 9126997. OLE color: 9126997.

HSL color Cylindrical-coordinate representation of color #55448B: hue angle of 254.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55448B is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 68 139 -
CMYK 0.39 0.51 0 0.45
HSL 254.37º 0.34% 0.41% -
HSV(B) 254.37º 0.51% 0.55% -
XYZ 10.47 7.93 25.4 -
YUV 81.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 85 68 139 0.39 0.51 0 0.45 254.37 0.34 0.41
Hex 55 44 8B 27 33 0 2D FE 22 29
Octal 125 104 213 47 63 0 55 376 42 51
Binary 1010101 1000100 10001011 100111 110011 0 101101 11111110 100010 101001

Color Harmonies of #55448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55448B

Black with #55448B

Text Example


Text Example

White with #55448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55448B; }

 p { color: rgb(85,68,139); }

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

background-color css

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

 a { background-color: rgb(85,68,139); }

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

border-color css

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

 span { border-color: rgb(85,68,139); }

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