Html Css Color HEX #567B85 Blue Bayoux

📋 copy color: '#567B85'

red 86 ◦ green 123 ◦ blue 133

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

Shades of Blue Bayoux #567B85

Tints of Blue Bayoux #567B85

RGB

 RED value IS 86 (33.98% from 255) = 25.15%

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 25.15%
G = 35.96%
B = 38.89%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#567B85 (or 0x567B85) is known color: Blue Bayoux. HEX triplet: 56, 7B and 85. RGB value is (86,123,133). Sum of RGB (Red+Green+Blue) = 86+123+133=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #567B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B85 is #A9847A. Grayscale: #707070. Windows color (decimal): -11109499 or 8747862. OLE color: 8747862.

HSL color Cylindrical-coordinate representation of color #567B85: hue angle of 192.77º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567B85 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 123 133 -
CMYK 0.35 0.08 0 0.48
HSL 192.77º 0.21% 0.43% -
HSV(B) 192.77º 0.35% 0.52% -
XYZ 15.15 17.84 24.83 -
YUV 113.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 86 123 133 0.35 0.08 0 0.48 192.77 0.21 0.43
Hex 56 7B 85 23 8 0 30 C1 15 2B
Octal 126 173 205 43 10 0 60 301 25 53
Binary 1010110 1111011 10000101 100011 1000 0 110000 11000001 10101 101011

Color Harmonies of #567B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567B85

Black with #567B85

Text Example


Text Example

White with #567B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567B85; }

 p { color: rgb(86,123,133); }

 H1.HeaderClassName
 {
   color: #567B85;
 }
 .AnyTagClassName
 {
   color: #567B85;
 }
</style>

background-color css

<style>
 a { background-color: #567B85; }

 a { background-color: rgb(86,123,133); }

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

border-color css

<style>
 span { border-color: #567B85; }

 span { border-color: rgb(86,123,133); }

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