Html Css Color HEX #566065 Fiord

📋 copy color: '#566065'

red 86 ◦ green 96 ◦ blue 101

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

Shades of Fiord #566065

Tints of Fiord #566065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 30.39%
G = 33.92%
B = 35.69%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#566065 (or 0x566065) is known color: Fiord. HEX triplet: 56, 60 and 65. RGB value is (86,96,101). Sum of RGB (Red+Green+Blue) = 86+96+101=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #566065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566065 is #A99F9A. Grayscale: #5D5D5D. Windows color (decimal): -11116443 or 6643798. OLE color: 6643798.

HSL color Cylindrical-coordinate representation of color #566065: hue angle of 200º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #566065 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 96 101 -
CMYK 0.15 0.05 0 0.60
HSL 200º 0.08% 0.37% -
HSV(B) 200º 0.15% 0.4% -
XYZ 10.37 11.28 13.94 -
YUV 93.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 86 96 101 0.15 0.05 0 0.60 200 0.08 0.37
Hex 56 60 65 F 5 0 3C C8 8 25
Octal 126 140 145 17 5 0 74 310 10 45
Binary 1010110 1100000 1100101 1111 101 0 111100 11001000 1000 100101

Color Harmonies of #566065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566065

Black with #566065

Text Example


Text Example

White with #566065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566065; }

 p { color: rgb(86,96,101); }

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

background-color css

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

 a { background-color: rgb(86,96,101); }

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

border-color css

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

 span { border-color: rgb(86,96,101); }

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