Html Css Color HEX #5C7382 Blue Bayoux

📋 copy color: '#5C7382'

red 92 ◦ green 115 ◦ blue 130

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

Shades of Blue Bayoux #5C7382

Tints of Blue Bayoux #5C7382

RGB

 RED value IS 92 (36.33% from 255) = 27.3%

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 27.3%
G = 34.12%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C7382 (or 0x5C7382) is known color: Blue Bayoux. HEX triplet: 5C, 73 and 82. RGB value is (92,115,130). Sum of RGB (Red+Green+Blue) = 92+115+130=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C7382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7382 is #A38C7D. Grayscale: #6D6D6D. Windows color (decimal): -10718334 or 8549212. OLE color: 8549212.

HSL color Cylindrical-coordinate representation of color #5C7382: hue angle of 203.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C7382 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 115 130 -
CMYK 0.29 0.12 0 0.49
HSL 203.68º 0.17% 0.44% -
HSV(B) 203.68º 0.29% 0.51% -
XYZ 14.57 16.15 23.47 -
YUV 109.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 92 115 130 0.29 0.12 0 0.49 203.68 0.17 0.44
Hex 5C 73 82 1D C 0 31 CC 11 2C
Octal 134 163 202 35 14 0 61 314 21 54
Binary 1011100 1110011 10000010 11101 1100 0 110001 11001100 10001 101100

Color Harmonies of #5C7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7382

Black with #5C7382

Text Example


Text Example

White with #5C7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7382; }

 p { color: rgb(92,115,130); }

 H1.HeaderClassName
 {
   color: #5C7382;
 }
 .AnyTagClassName
 {
   color: #5C7382;
 }
</style>

background-color css

<style>
 a { background-color: #5C7382; }

 a { background-color: rgb(92,115,130); }

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

border-color css

<style>
 span { border-color: #5C7382; }

 span { border-color: rgb(92,115,130); }

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