Html Css Color HEX #535F69 Fiord

📋 copy color: '#535F69'

red 83 ◦ green 95 ◦ blue 105

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

Shades of Fiord #535F69

Tints of Fiord #535F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 29.33%
G = 33.57%
B = 37.1%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535F69 (or 0x535F69) is known color: Fiord. HEX triplet: 53, 5F and 69. RGB value is (83,95,105). Sum of RGB (Red+Green+Blue) = 83+95+105=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #535F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F69 is #ACA096. Grayscale: #5C5C5C. Windows color (decimal): -11313303 or 6905683. OLE color: 6905683.

HSL color Cylindrical-coordinate representation of color #535F69: hue angle of 207.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535F69 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 95 105 -
CMYK 0.21 0.10 0 0.59
HSL 207.27º 0.12% 0.37% -
HSV(B) 207.27º 0.21% 0.41% -
XYZ 10.21 11.04 14.96 -
YUV 92.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 83 95 105 0.21 0.10 0 0.59 207.27 0.12 0.37
Hex 53 5F 69 15 A 0 3B CF C 25
Octal 123 137 151 25 12 0 73 317 14 45
Binary 1010011 1011111 1101001 10101 1010 0 111011 11001111 1100 100101

Color Harmonies of #535F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F69

Black with #535F69

Text Example


Text Example

White with #535F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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