Html Css Color HEX #53757B Blue Bayoux

📋 copy color: '#53757B'

red 83 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #53757B

Tints of Blue Bayoux #53757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 25.7%
G = 36.22%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53757B (or 0x53757B) is known color: Blue Bayoux. HEX triplet: 53, 75 and 7B. RGB value is (83,117,123). Sum of RGB (Red+Green+Blue) = 83+117+123=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #53757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53757B is #AC8A84. Grayscale: #6B6B6B. Windows color (decimal): -11307653 or 8090963. OLE color: 8090963.

HSL color Cylindrical-coordinate representation of color #53757B: hue angle of 189º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53757B is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 117 123 -
CMYK 0.33 0.05 0 0.52
HSL 189º 0.19% 0.4% -
HSV(B) 189º 0.33% 0.48% -
XYZ 13.5 15.99 21.11 -
YUV 107.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 83 117 123 0.33 0.05 0 0.52 189 0.19 0.4
Hex 53 75 7B 21 5 0 34 BD 13 28
Octal 123 165 173 41 5 0 64 275 23 50
Binary 1010011 1110101 1111011 100001 101 0 110100 10111101 10011 101000

Color Harmonies of #53757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53757B

Black with #53757B

Text Example


Text Example

White with #53757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53757B; }

 p { color: rgb(83,117,123); }

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

background-color css

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

 a { background-color: rgb(83,117,123); }

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

border-color css

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

 span { border-color: rgb(83,117,123); }

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