Html Css Color HEX #536269 Fiord

📋 copy color: '#536269'

red 83 ◦ green 98 ◦ blue 105

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

Shades of Fiord #536269

Tints of Fiord #536269

RGB

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

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

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

R = 29.02%
G = 34.27%
B = 36.71%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#536269 (or 0x536269) is known color: Fiord. HEX triplet: 53, 62 and 69. RGB value is (83,98,105). Sum of RGB (Red+Green+Blue) = 83+98+105=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #536269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536269 is #AC9D96. Grayscale: #5E5E5E. Windows color (decimal): -11312535 or 6906451. OLE color: 6906451.

HSL color Cylindrical-coordinate representation of color #536269: hue angle of 199.09º 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 #536269 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 98 105 -
CMYK 0.21 0.07 0 0.59
HSL 199.09º 0.12% 0.37% -
HSV(B) 199.09º 0.21% 0.41% -
XYZ 10.48 11.59 15.05 -
YUV 94.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 83 98 105 0.21 0.07 0 0.59 199.09 0.12 0.37
Hex 53 62 69 15 7 0 3B C7 C 25
Octal 123 142 151 25 7 0 73 307 14 45
Binary 1010011 1100010 1101001 10101 111 0 111011 11000111 1100 100101

Color Harmonies of #536269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536269

Black with #536269

Text Example


Text Example

White with #536269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536269; }

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

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

background-color css

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

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

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

border-color css

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

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

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