Html Css Color HEX #535F68 Fiord

📋 copy color: '#535F68'

red 83 ◦ green 95 ◦ blue 104

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

Shades of Fiord #535F68

Tints of Fiord #535F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 29.43%
G = 33.69%
B = 36.88%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535F68 (or 0x535F68) is known color: Fiord. HEX triplet: 53, 5F and 68. RGB value is (83,95,104). Sum of RGB (Red+Green+Blue) = 83+95+104=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #535F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F68 is #ACA097. Grayscale: #5C5C5C. Windows color (decimal): -11313304 or 6840147. OLE color: 6840147.

HSL color Cylindrical-coordinate representation of color #535F68: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535F68 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 95 104 -
CMYK 0.20 0.09 0 0.59
HSL 205.71º 0.11% 0.37% -
HSV(B) 205.71º 0.2% 0.41% -
XYZ 10.16 11.02 14.69 -
YUV 92.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 83 95 104 0.20 0.09 0 0.59 205.71 0.11 0.37
Hex 53 5F 68 14 9 0 3B CE B 25
Octal 123 137 150 24 11 0 73 316 13 45
Binary 1010011 1011111 1101000 10100 1001 0 111011 11001110 1011 100101

Color Harmonies of #535F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F68

Black with #535F68

Text Example


Text Example

White with #535F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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