Html Css Color HEX #565A7F Comet

📋 copy color: '#565A7F'

red 86 ◦ green 90 ◦ blue 127

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

Shades of Comet #565A7F

Tints of Comet #565A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 28.38%
G = 29.7%
B = 41.91%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565A7F (or 0x565A7F) is known color: Comet. HEX triplet: 56, 5A and 7F. RGB value is (86,90,127). Sum of RGB (Red+Green+Blue) = 86+90+127=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #565A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A7F is #A9A580. Grayscale: #5C5C5C. Windows color (decimal): -11117953 or 8346198. OLE color: 8346198.

HSL color Cylindrical-coordinate representation of color #565A7F: hue angle of 234.15º 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 #565A7F is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 90 127 -
CMYK 0.32 0.29 0 0.50
HSL 234.15º 0.19% 0.42% -
HSV(B) 234.15º 0.32% 0.5% -
XYZ 11.32 10.82 21.57 -
YUV 93.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 86 90 127 0.32 0.29 0 0.50 234.15 0.19 0.42
Hex 56 5A 7F 20 1D 0 32 EA 13 2A
Octal 126 132 177 40 35 0 62 352 23 52
Binary 1010110 1011010 1111111 100000 11101 0 110010 11101010 10011 101010

Color Harmonies of #565A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A7F

Black with #565A7F

Text Example


Text Example

White with #565A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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