Html Css Color HEX #576F7B Blue Bayoux

📋 copy color: '#576F7B'

red 87 ◦ green 111 ◦ blue 123

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

Shades of Blue Bayoux #576F7B

Tints of Blue Bayoux #576F7B

RGB

 RED value IS 87 (34.38% from 255) = 27.1%

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 27.1%
G = 34.58%
B = 38.32%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#576F7B (or 0x576F7B) is known color: Blue Bayoux. HEX triplet: 57, 6F and 7B. RGB value is (87,111,123). Sum of RGB (Red+Green+Blue) = 87+111+123=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #576F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F7B is #A89084. Grayscale: #696969. Windows color (decimal): -11047045 or 8089431. OLE color: 8089431.

HSL color Cylindrical-coordinate representation of color #576F7B: hue angle of 200º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #576F7B is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 111 123 -
CMYK 0.29 0.10 0 0.52
HSL 200º 0.17% 0.41% -
HSV(B) 200º 0.29% 0.48% -
XYZ 13.19 14.83 20.91 -
YUV 105.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 87 111 123 0.29 0.10 0 0.52 200 0.17 0.41
Hex 57 6F 7B 1D A 0 34 C8 11 29
Octal 127 157 173 35 12 0 64 310 21 51
Binary 1010111 1101111 1111011 11101 1010 0 110100 11001000 10001 101001

Color Harmonies of #576F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F7B

Black with #576F7B

Text Example


Text Example

White with #576F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F7B; }

 p { color: rgb(87,111,123); }

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

background-color css

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

 a { background-color: rgb(87,111,123); }

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

border-color css

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

 span { border-color: rgb(87,111,123); }

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