Html Css Color HEX #565C7C Comet

📋 copy color: '#565C7C'

red 86 ◦ green 92 ◦ blue 124

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

Shades of Comet #565C7C

Tints of Comet #565C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 124 (48.83% from 255) = 41.06%

R = 28.48%
G = 30.46%
B = 41.06%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#565C7C (or 0x565C7C) is known color: Comet. HEX triplet: 56, 5C and 7C. RGB value is (86,92,124). Sum of RGB (Red+Green+Blue) = 86+92+124=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #565C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C7C is #A9A383. Grayscale: #5D5D5D. Windows color (decimal): -11117444 or 8150102. OLE color: 8150102.

HSL color Cylindrical-coordinate representation of color #565C7C: hue angle of 230.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565C7C is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 92 124 -
CMYK 0.31 0.26 0 0.51
HSL 230.53º 0.18% 0.41% -
HSV(B) 230.53º 0.31% 0.49% -
XYZ 11.3 11.09 20.61 -
YUV 93.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 86 92 124 0.31 0.26 0 0.51 230.53 0.18 0.41
Hex 56 5C 7C 1F 1A 0 33 E7 12 29
Octal 126 134 174 37 32 0 63 347 22 51
Binary 1010110 1011100 1111100 11111 11010 0 110011 11100111 10010 101001

Color Harmonies of #565C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C7C

Black with #565C7C

Text Example


Text Example

White with #565C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565C7C; }

 p { color: rgb(86,92,124); }

 H1.HeaderClassName
 {
   color: #565C7C;
 }
 .AnyTagClassName
 {
   color: #565C7C;
 }
</style>

background-color css

<style>
 a { background-color: #565C7C; }

 a { background-color: rgb(86,92,124); }

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

border-color css

<style>
 span { border-color: #565C7C; }

 span { border-color: rgb(86,92,124); }

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