Html Css Color HEX #566269 Fiord

📋 copy color: '#566269'

red 86 ◦ green 98 ◦ blue 105

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

Shades of Fiord #566269

Tints of Fiord #566269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 29.76%
G = 33.91%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#566269 (or 0x566269) is known color: Fiord. HEX triplet: 56, 62 and 69. RGB value is (86,98,105). Sum of RGB (Red+Green+Blue) = 86+98+105=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #566269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566269 is #A99D96. Grayscale: #5F5F5F. Windows color (decimal): -11115927 or 6906454. OLE color: 6906454.

HSL color Cylindrical-coordinate representation of color #566269: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #566269 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 98 105 -
CMYK 0.18 0.07 0 0.59
HSL 202.11º 0.1% 0.37% -
HSV(B) 202.11º 0.18% 0.41% -
XYZ 10.76 11.73 15.06 -
YUV 95.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 86 98 105 0.18 0.07 0 0.59 202.11 0.1 0.37
Hex 56 62 69 12 7 0 3B CA A 25
Octal 126 142 151 22 7 0 73 312 12 45
Binary 1010110 1100010 1101001 10010 111 0 111011 11001010 1010 100101

Color Harmonies of #566269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566269

Black with #566269

Text Example


Text Example

White with #566269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566269; }

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

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

background-color css

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

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

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

border-color css

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

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

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