Html Css Color HEX #53767D Blue Bayoux

📋 copy color: '#53767D'

red 83 ◦ green 118 ◦ blue 125

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

Shades of Blue Bayoux #53767D

Tints of Blue Bayoux #53767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 25.46%
G = 36.2%
B = 38.34%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53767D (or 0x53767D) is known color: Blue Bayoux. HEX triplet: 53, 76 and 7D. RGB value is (83,118,125). Sum of RGB (Red+Green+Blue) = 83+118+125=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #53767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767D is #AC8982. Grayscale: #6C6C6C. Windows color (decimal): -11307395 or 8222291. OLE color: 8222291.

HSL color Cylindrical-coordinate representation of color #53767D: hue angle of 190º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53767D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 118 125 -
CMYK 0.34 0.06 0 0.51
HSL 190º 0.2% 0.41% -
HSV(B) 190º 0.34% 0.49% -
XYZ 13.75 16.28 21.82 -
YUV 108.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 83 118 125 0.34 0.06 0 0.51 190 0.2 0.41
Hex 53 76 7D 22 6 0 33 BE 14 29
Octal 123 166 175 42 6 0 63 276 24 51
Binary 1010011 1110110 1111101 100010 110 0 110011 10111110 10100 101001

Color Harmonies of #53767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53767D

Black with #53767D

Text Example


Text Example

White with #53767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53767D; }

 p { color: rgb(83,118,125); }

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

background-color css

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

 a { background-color: rgb(83,118,125); }

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

border-color css

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

 span { border-color: rgb(83,118,125); }

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