Html Css Color HEX #56457B Gigas

📋 copy color: '#56457B'

red 86 ◦ green 69 ◦ blue 123

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

Shades of Gigas #56457B

Tints of Gigas #56457B

RGB

 RED value IS 86 (33.98% from 255) = 30.94%

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

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 30.94%
G = 24.82%
B = 44.24%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56457B (or 0x56457B) is known color: Gigas. HEX triplet: 56, 45 and 7B. RGB value is (86,69,123). Sum of RGB (Red+Green+Blue) = 86+69+123=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #56457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457B is #A9BA84. Grayscale: #505050. Windows color (decimal): -11123333 or 8078678. OLE color: 8078678.

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

Color convert

RGB 86 69 123 -
CMYK 0.30 0.44 0 0.52
HSL 258.89º 0.28% 0.38% -
HSV(B) 258.89º 0.44% 0.48% -
XYZ 9.54 7.66 19.72 -
YUV 80.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 86 69 123 0.30 0.44 0 0.52 258.89 0.28 0.38
Hex 56 45 7B 1E 2C 0 34 103 1C 26
Octal 126 105 173 36 54 0 64 403 34 46
Binary 1010110 1000101 1111011 11110 101100 0 110100 100000011 11100 100110

Color Harmonies of #56457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56457B

Black with #56457B

Text Example


Text Example

White with #56457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,69,123); }

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

background-color css

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

 a { background-color: rgb(86,69,123); }

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

border-color css

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

 span { border-color: rgb(86,69,123); }

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