Html Css Color HEX #58447A Gigas

📋 copy color: '#58447A'

red 88 ◦ green 68 ◦ blue 122

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

Shades of Gigas #58447A

Tints of Gigas #58447A

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

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

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 31.65%
G = 24.46%
B = 43.88%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58447A (or 0x58447A) is known color: Gigas. HEX triplet: 58, 44 and 7A. RGB value is (88,68,122). Sum of RGB (Red+Green+Blue) = 88+68+122=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #58447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58447A is #A7BB85. Grayscale: #4F4F4F. Windows color (decimal): -10992518 or 8012888. OLE color: 8012888.

HSL color Cylindrical-coordinate representation of color #58447A: hue angle of 262.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58447A is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 68 122 -
CMYK 0.28 0.44 0 0.52
HSL 262.22º 0.28% 0.37% -
HSV(B) 262.22º 0.44% 0.48% -
XYZ 9.6 7.61 19.38 -
YUV 80.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 88 68 122 0.28 0.44 0 0.52 262.22 0.28 0.37
Hex 58 44 7A 1C 2C 0 34 106 1C 25
Octal 130 104 172 34 54 0 64 406 34 45
Binary 1011000 1000100 1111010 11100 101100 0 110100 100000110 11100 100101

Color Harmonies of #58447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58447A

Black with #58447A

Text Example


Text Example

White with #58447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58447A; }

 p { color: rgb(88,68,122); }

 H1.HeaderClassName
 {
   color: #58447A;
 }
 .AnyTagClassName
 {
   color: #58447A;
 }
</style>

background-color css

<style>
 a { background-color: #58447A; }

 a { background-color: rgb(88,68,122); }

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

border-color css

<style>
 span { border-color: #58447A; }

 span { border-color: rgb(88,68,122); }

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