Html Css Color HEX #565A74 Comet

📋 copy color: '#565A74'

red 86 ◦ green 90 ◦ blue 116

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

Shades of Comet #565A74

Tints of Comet #565A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 29.45%
G = 30.82%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565A74 (or 0x565A74) is known color: Comet. HEX triplet: 56, 5A and 74. RGB value is (86,90,116). Sum of RGB (Red+Green+Blue) = 86+90+116=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #565A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A74 is #A9A58B. Grayscale: #5B5B5B. Windows color (decimal): -11117964 or 7625302. OLE color: 7625302.

HSL color Cylindrical-coordinate representation of color #565A74: hue angle of 232º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565A74 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 90 116 -
CMYK 0.26 0.22 0 0.55
HSL 232º 0.15% 0.4% -
HSV(B) 232º 0.26% 0.45% -
XYZ 10.65 10.55 18 -
YUV 91.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 86 90 116 0.26 0.22 0 0.55 232 0.15 0.4
Hex 56 5A 74 1A 16 0 37 E8 F 28
Octal 126 132 164 32 26 0 67 350 17 50
Binary 1010110 1011010 1110100 11010 10110 0 110111 11101000 1111 101000

Color Harmonies of #565A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A74

Black with #565A74

Text Example


Text Example

White with #565A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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