Html Css Color HEX #565C78 Comet

📋 copy color: '#565C78'

red 86 ◦ green 92 ◦ blue 120

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

Shades of Comet #565C78

Tints of Comet #565C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 28.86%
G = 30.87%
B = 40.27%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565C78 (or 0x565C78) is known color: Comet. HEX triplet: 56, 5C and 78. RGB value is (86,92,120). Sum of RGB (Red+Green+Blue) = 86+92+120=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #565C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C78 is #A9A387. Grayscale: #5D5D5D. Windows color (decimal): -11117448 or 7887958. OLE color: 7887958.

HSL color Cylindrical-coordinate representation of color #565C78: hue angle of 229.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565C78 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 92 120 -
CMYK 0.28 0.23 0 0.53
HSL 229.41º 0.17% 0.4% -
HSV(B) 229.41º 0.28% 0.47% -
XYZ 11.06 10.99 19.31 -
YUV 93.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 86 92 120 0.28 0.23 0 0.53 229.41 0.17 0.4
Hex 56 5C 78 1C 17 0 35 E5 11 28
Octal 126 134 170 34 27 0 65 345 21 50
Binary 1010110 1011100 1111000 11100 10111 0 110101 11100101 10001 101000

Color Harmonies of #565C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C78

Black with #565C78

Text Example


Text Example

White with #565C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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