Html Css Color HEX #53626A Fiord

📋 copy color: '#53626A'

red 83 ◦ green 98 ◦ blue 106

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

Shades of Fiord #53626A

Tints of Fiord #53626A

RGB

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

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

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

R = 28.92%
G = 34.15%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53626A (or 0x53626A) is known color: Fiord. HEX triplet: 53, 62 and 6A. RGB value is (83,98,106). Sum of RGB (Red+Green+Blue) = 83+98+106=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #53626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53626A is #AC9D95. Grayscale: #5E5E5E. Windows color (decimal): -11312534 or 6971987. OLE color: 6971987.

HSL color Cylindrical-coordinate representation of color #53626A: hue angle of 200.87º 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 #53626A is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 98 106 -
CMYK 0.22 0.08 0 0.58
HSL 200.87º 0.12% 0.37% -
HSV(B) 200.87º 0.22% 0.42% -
XYZ 10.54 11.61 15.32 -
YUV 94.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 83 98 106 0.22 0.08 0 0.58 200.87 0.12 0.37
Hex 53 62 6A 16 8 0 3A C9 C 25
Octal 123 142 152 26 10 0 72 311 14 45
Binary 1010011 1100010 1101010 10110 1000 0 111010 11001001 1100 100101

Color Harmonies of #53626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53626A

Black with #53626A

Text Example


Text Example

White with #53626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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