Html Css Color HEX #58457A Gigas

📋 copy color: '#58457A'

red 88 ◦ green 69 ◦ blue 122

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

Shades of Gigas #58457A

Tints of Gigas #58457A

RGB

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

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

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

R = 31.54%
G = 24.73%
B = 43.73%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58457A (or 0x58457A) is known color: Gigas. HEX triplet: 58, 45 and 7A. RGB value is (88,69,122). Sum of RGB (Red+Green+Blue) = 88+69+122=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #58457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58457A is #A7BA85. Grayscale: #505050. Windows color (decimal): -10992262 or 8013144. OLE color: 8013144.

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

Color convert

RGB 88 69 122 -
CMYK 0.28 0.43 0 0.52
HSL 261.51º 0.28% 0.37% -
HSV(B) 261.51º 0.43% 0.48% -
XYZ 9.67 7.74 19.4 -
YUV 80.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 88 69 122 0.28 0.43 0 0.52 261.51 0.28 0.37
Hex 58 45 7A 1C 2B 0 34 106 1C 25
Octal 130 105 172 34 53 0 64 406 34 45
Binary 1011000 1000101 1111010 11100 101011 0 110100 100000110 11100 100101

Color Harmonies of #58457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58457A

Black with #58457A

Text Example


Text Example

White with #58457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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