Html Css Color HEX #535C5F Fiord

📋 copy color: '#535C5F'

red 83 ◦ green 92 ◦ blue 95

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

Shades of Fiord #535C5F

Tints of Fiord #535C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 30.74%
G = 34.07%
B = 35.19%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#535C5F (or 0x535C5F) is known color: Fiord. HEX triplet: 53, 5C and 5F. RGB value is (83,92,95). Sum of RGB (Red+Green+Blue) = 83+92+95=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 95 - color contains mainly: blue. Hex color #535C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C5F is #ACA3A0. Grayscale: #595959. Windows color (decimal): -11314081 or 6249555. OLE color: 6249555.

HSL color Cylindrical-coordinate representation of color #535C5F: hue angle of 195º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535C5F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 92 95 -
CMYK 0.13 0.03 0 0.63
HSL 195º 0.07% 0.35% -
HSV(B) 195º 0.13% 0.37% -
XYZ 9.46 10.32 12.32 -
YUV 89.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 83 92 95 0.13 0.03 0 0.63 195 0.07 0.35
Hex 53 5C 5F D 3 0 3F C3 7 23
Octal 123 134 137 15 3 0 77 303 7 43
Binary 1010011 1011100 1011111 1101 11 0 111111 11000011 111 100011

Color Harmonies of #535C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C5F

Black with #535C5F

Text Example


Text Example

White with #535C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,95); }

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

background-color css

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

 a { background-color: rgb(83,92,95); }

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

border-color css

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

 span { border-color: rgb(83,92,95); }

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