Html Css Color HEX #565B7F Comet

📋 copy color: '#565B7F'

red 86 ◦ green 91 ◦ blue 127

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

Shades of Comet #565B7F

Tints of Comet #565B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 127 (50% from 255) = 41.78%

R = 28.29%
G = 29.93%
B = 41.78%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565B7F (or 0x565B7F) is known color: Comet. HEX triplet: 56, 5B and 7F. RGB value is (86,91,127). Sum of RGB (Red+Green+Blue) = 86+91+127=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #565B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B7F is #A9A480. Grayscale: #5D5D5D. Windows color (decimal): -11117697 or 8346454. OLE color: 8346454.

HSL color Cylindrical-coordinate representation of color #565B7F: hue angle of 232.68º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565B7F is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 91 127 -
CMYK 0.32 0.28 0 0.50
HSL 232.68º 0.19% 0.42% -
HSV(B) 232.68º 0.32% 0.5% -
XYZ 11.41 10.99 21.6 -
YUV 93.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 86 91 127 0.32 0.28 0 0.50 232.68 0.19 0.42
Hex 56 5B 7F 20 1C 0 32 E9 13 2A
Octal 126 133 177 40 34 0 62 351 23 52
Binary 1010110 1011011 1111111 100000 11100 0 110010 11101001 10011 101010

Color Harmonies of #565B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B7F

Black with #565B7F

Text Example


Text Example

White with #565B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,91,127); }

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

background-color css

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

 a { background-color: rgb(86,91,127); }

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

border-color css

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

 span { border-color: rgb(86,91,127); }

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