Html Css Color HEX #565A62 Bright Grey

📋 copy color: '#565A62'

red 86 ◦ green 90 ◦ blue 98

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

Shades of Bright Grey #565A62

Tints of Bright Grey #565A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 31.39%
G = 32.85%
B = 35.77%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565A62 (or 0x565A62) is known color: Bright Grey. HEX triplet: 56, 5A and 62. RGB value is (86,90,98). Sum of RGB (Red+Green+Blue) = 86+90+98=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #565A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A62 is #A9A59D. Grayscale: #595959. Windows color (decimal): -11117982 or 6445654. OLE color: 6445654.

HSL color Cylindrical-coordinate representation of color #565A62: hue angle of 220º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565A62 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 90 98 -
CMYK 0.12 0.08 0 0.62
HSL 220º 0.07% 0.36% -
HSV(B) 220º 0.12% 0.38% -
XYZ 9.7 10.17 13.01 -
YUV 89.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 86 90 98 0.12 0.08 0 0.62 220 0.07 0.36
Hex 56 5A 62 C 8 0 3E DC 7 24
Octal 126 132 142 14 10 0 76 334 7 44
Binary 1010110 1011010 1100010 1100 1000 0 111110 11011100 111 100100

Color Harmonies of #565A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A62

Black with #565A62

Text Example


Text Example

White with #565A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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