Html Css Color HEX #58457E Gigas

📋 copy color: '#58457E'

red 88 ◦ green 69 ◦ blue 126

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

Shades of Gigas #58457E

Tints of Gigas #58457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 31.1%
G = 24.38%
B = 44.52%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58457E (or 0x58457E) is known color: Gigas. HEX triplet: 58, 45 and 7E. RGB value is (88,69,126). Sum of RGB (Red+Green+Blue) = 88+69+126=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #58457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58457E is #A7BA81. Grayscale: #505050. Windows color (decimal): -10992258 or 8275288. OLE color: 8275288.

HSL color Cylindrical-coordinate representation of color #58457E: hue angle of 260º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58457E is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 69 126 -
CMYK 0.30 0.45 0 0.51
HSL 260º 0.29% 0.38% -
HSV(B) 260º 0.45% 0.49% -
XYZ 9.92 7.84 20.73 -
YUV 81.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 88 69 126 0.30 0.45 0 0.51 260 0.29 0.38
Hex 58 45 7E 1E 2D 0 33 104 1D 26
Octal 130 105 176 36 55 0 63 404 35 46
Binary 1011000 1000101 1111110 11110 101101 0 110011 100000100 11101 100110

Color Harmonies of #58457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58457E

Black with #58457E

Text Example


Text Example

White with #58457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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