Html Css Color HEX #536069 Fiord

📋 copy color: '#536069'

red 83 ◦ green 96 ◦ blue 105

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

Shades of Fiord #536069

Tints of Fiord #536069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 29.23%
G = 33.8%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#536069 (or 0x536069) is known color: Fiord. HEX triplet: 53, 60 and 69. RGB value is (83,96,105). Sum of RGB (Red+Green+Blue) = 83+96+105=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #536069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536069 is #AC9F96. Grayscale: #5D5D5D. Windows color (decimal): -11313047 or 6905939. OLE color: 6905939.

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

Color convert

RGB 83 96 105 -
CMYK 0.21 0.09 0 0.59
HSL 204.55º 0.12% 0.37% -
HSV(B) 204.55º 0.21% 0.41% -
XYZ 10.3 11.22 14.99 -
YUV 93.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 83 96 105 0.21 0.09 0 0.59 204.55 0.12 0.37
Hex 53 60 69 15 9 0 3B CD C 25
Octal 123 140 151 25 11 0 73 315 14 45
Binary 1010011 1100000 1101001 10101 1001 0 111011 11001101 1100 100101

Color Harmonies of #536069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536069

Black with #536069

Text Example


Text Example

White with #536069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536069; }

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

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

background-color css

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

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

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

border-color css

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

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

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