Html Css Color HEX #56587B Comet

📋 copy color: '#56587B'

red 86 ◦ green 88 ◦ blue 123

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

Shades of Comet #56587B

Tints of Comet #56587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 28.96%
G = 29.63%
B = 41.41%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56587B (or 0x56587B) is known color: Comet. HEX triplet: 56, 58 and 7B. RGB value is (86,88,123). Sum of RGB (Red+Green+Blue) = 86+88+123=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #56587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56587B is #A9A784. Grayscale: #5B5B5B. Windows color (decimal): -11118469 or 8083542. OLE color: 8083542.

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

Color convert

RGB 86 88 123 -
CMYK 0.30 0.28 0 0.52
HSL 236.76º 0.18% 0.41% -
HSV(B) 236.76º 0.3% 0.48% -
XYZ 10.9 10.39 20.17 -
YUV 91.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 86 88 123 0.30 0.28 0 0.52 236.76 0.18 0.41
Hex 56 58 7B 1E 1C 0 34 ED 12 29
Octal 126 130 173 36 34 0 64 355 22 51
Binary 1010110 1011000 1111011 11110 11100 0 110100 11101101 10010 101001

Color Harmonies of #56587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56587B

Black with #56587B

Text Example


Text Example

White with #56587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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