Html Css Color HEX #55458B Gigas

📋 copy color: '#55458B'

red 85 ◦ green 69 ◦ blue 139

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

Shades of Gigas #55458B

Tints of Gigas #55458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 29.01%
G = 23.55%
B = 47.44%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55458B (or 0x55458B) is known color: Gigas. HEX triplet: 55, 45 and 8B. RGB value is (85,69,139). Sum of RGB (Red+Green+Blue) = 85+69+139=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #55458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55458B is #AABA74. Grayscale: #515151. Windows color (decimal): -11188853 or 9127253. OLE color: 9127253.

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

Color convert

RGB 85 69 139 -
CMYK 0.39 0.50 0 0.45
HSL 253.71º 0.34% 0.41% -
HSV(B) 253.71º 0.5% 0.55% -
XYZ 10.53 8.05 25.42 -
YUV 81.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 85 69 139 0.39 0.50 0 0.45 253.71 0.34 0.41
Hex 55 45 8B 27 32 0 2D FE 22 29
Octal 125 105 213 47 62 0 55 376 42 51
Binary 1010101 1000101 10001011 100111 110010 0 101101 11111110 100010 101001

Color Harmonies of #55458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55458B

Black with #55458B

Text Example


Text Example

White with #55458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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