Html Css Color HEX #535C62 Fiord

📋 copy color: '#535C62'

red 83 ◦ green 92 ◦ blue 98

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

Shades of Fiord #535C62

Tints of Fiord #535C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 30.4%
G = 33.7%
B = 35.9%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535C62 (or 0x535C62) is known color: Fiord. HEX triplet: 53, 5C and 62. RGB value is (83,92,98). Sum of RGB (Red+Green+Blue) = 83+92+98=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #535C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C62 is #ACA39D. Grayscale: #595959. Windows color (decimal): -11314078 or 6446163. OLE color: 6446163.

HSL color Cylindrical-coordinate representation of color #535C62: hue angle of 204º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #535C62 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 92 98 -
CMYK 0.15 0.06 0 0.62
HSL 204º 0.08% 0.35% -
HSV(B) 204º 0.15% 0.38% -
XYZ 9.6 10.38 13.05 -
YUV 89.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 83 92 98 0.15 0.06 0 0.62 204 0.08 0.35
Hex 53 5C 62 F 6 0 3E CC 8 23
Octal 123 134 142 17 6 0 76 314 10 43
Binary 1010011 1011100 1100010 1111 110 0 111110 11001100 1000 100011

Color Harmonies of #535C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C62

Black with #535C62

Text Example


Text Example

White with #535C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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