Html Css Color HEX #53606A Fiord

📋 copy color: '#53606A'

red 83 ◦ green 96 ◦ blue 106

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

Shades of Fiord #53606A

Tints of Fiord #53606A

RGB

 RED value IS 83 (32.81% from 255) = 29.12%

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 29.12%
G = 33.68%
B = 37.19%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53606A (or 0x53606A) is known color: Fiord. HEX triplet: 53, 60 and 6A. RGB value is (83,96,106). Sum of RGB (Red+Green+Blue) = 83+96+106=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #53606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53606A is #AC9F95. Grayscale: #5D5D5D. Windows color (decimal): -11313046 or 6971475. OLE color: 6971475.

HSL color Cylindrical-coordinate representation of color #53606A: hue angle of 206.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53606A is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 96 106 -
CMYK 0.22 0.09 0 0.58
HSL 206.09º 0.12% 0.37% -
HSV(B) 206.09º 0.22% 0.42% -
XYZ 10.35 11.25 15.26 -
YUV 93.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 83 96 106 0.22 0.09 0 0.58 206.09 0.12 0.37
Hex 53 60 6A 16 9 0 3A CE C 25
Octal 123 140 152 26 11 0 72 316 14 45
Binary 1010011 1100000 1101010 10110 1001 0 111010 11001110 1100 100101

Color Harmonies of #53606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53606A

Black with #53606A

Text Example


Text Example

White with #53606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53606A; }

 p { color: rgb(83,96,106); }

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

background-color css

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

 a { background-color: rgb(83,96,106); }

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

border-color css

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

 span { border-color: rgb(83,96,106); }

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