Html Css Color HEX #535A61 Fiord

📋 copy color: '#535A61'

red 83 ◦ green 90 ◦ blue 97

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

Shades of Fiord #535A61

Tints of Fiord #535A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 30.74%
G = 33.33%
B = 35.93%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535A61 (or 0x535A61) is known color: Fiord. HEX triplet: 53, 5A and 61. RGB value is (83,90,97). Sum of RGB (Red+Green+Blue) = 83+90+97=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #535A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A61 is #ACA59E. Grayscale: #585858. Windows color (decimal): -11314591 or 6380115. OLE color: 6380115.

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

Color convert

RGB 83 90 97 -
CMYK 0.14 0.07 0 0.62
HSL 210º 0.08% 0.35% -
HSV(B) 210º 0.14% 0.38% -
XYZ 9.38 10.01 12.75 -
YUV 88.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 83 90 97 0.14 0.07 0 0.62 210 0.08 0.35
Hex 53 5A 61 E 7 0 3E D2 8 23
Octal 123 132 141 16 7 0 76 322 10 43
Binary 1010011 1011010 1100001 1110 111 0 111110 11010010 1000 100011

Color Harmonies of #535A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A61

Black with #535A61

Text Example


Text Example

White with #535A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A61; }

 p { color: rgb(83,90,97); }

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

background-color css

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

 a { background-color: rgb(83,90,97); }

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

border-color css

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

 span { border-color: rgb(83,90,97); }

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