Html Css Color HEX #55468F Gigas

📋 copy color: '#55468F'

red 85 ◦ green 70 ◦ blue 143

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

Shades of Gigas #55468F

Tints of Gigas #55468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 143 (56.25% from 255) = 47.99%

R = 28.52%
G = 23.49%
B = 47.99%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55468F (or 0x55468F) is known color: Gigas. HEX triplet: 55, 46 and 8F. RGB value is (85,70,143). Sum of RGB (Red+Green+Blue) = 85+70+143=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #55468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55468F is #AAB970. Grayscale: #525252. Windows color (decimal): -11188593 or 9389653. OLE color: 9389653.

HSL color Cylindrical-coordinate representation of color #55468F: hue angle of 252.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55468F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 70 143 -
CMYK 0.41 0.51 0 0.44
HSL 252.33º 0.34% 0.42% -
HSV(B) 252.33º 0.51% 0.56% -
XYZ 10.89 8.29 27.01 -
YUV 82.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 85 70 143 0.41 0.51 0 0.44 252.33 0.34 0.42
Hex 55 46 8F 29 33 0 2C FC 22 2A
Octal 125 106 217 51 63 0 54 374 42 52
Binary 1010101 1000110 10001111 101001 110011 0 101100 11111100 100010 101010

Color Harmonies of #55468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55468F

Black with #55468F

Text Example


Text Example

White with #55468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,70,143); }

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

background-color css

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

 a { background-color: rgb(85,70,143); }

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

border-color css

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

 span { border-color: rgb(85,70,143); }

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