Html Css Color HEX #535F62 River Bed

📋 copy color: '#535F62'

red 83 ◦ green 95 ◦ blue 98

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

Shades of River Bed #535F62

Tints of River Bed #535F62

RGB

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

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

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

R = 30.07%
G = 34.42%
B = 35.51%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535F62 (or 0x535F62) is known color: River Bed. HEX triplet: 53, 5F and 62. RGB value is (83,95,98). Sum of RGB (Red+Green+Blue) = 83+95+98=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #535F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F62 is #ACA09D. Grayscale: #5B5B5B. Windows color (decimal): -11313310 or 6446931. OLE color: 6446931.

HSL color Cylindrical-coordinate representation of color #535F62: hue angle of 192º 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 #535F62 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 95 98 -
CMYK 0.15 0.03 0 0.62
HSL 192º 0.08% 0.35% -
HSV(B) 192º 0.15% 0.38% -
XYZ 9.86 10.91 13.14 -
YUV 91.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 83 95 98 0.15 0.03 0 0.62 192 0.08 0.35
Hex 53 5F 62 F 3 0 3E C0 8 23
Octal 123 137 142 17 3 0 76 300 10 43
Binary 1010011 1011111 1100010 1111 11 0 111110 11000000 1000 100011

Color Harmonies of #535F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F62

Black with #535F62

Text Example


Text Example

White with #535F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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