Html Css Color HEX #56758A Wedgewood

📋 copy color: '#56758A'

red 86 ◦ green 117 ◦ blue 138

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

Shades of Wedgewood #56758A

Tints of Wedgewood #56758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 25.22%
G = 34.31%
B = 40.47%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56758A (or 0x56758A) is known color: Wedgewood. HEX triplet: 56, 75 and 8A. RGB value is (86,117,138). Sum of RGB (Red+Green+Blue) = 86+117+138=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #56758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56758A is #A98A75. Grayscale: #6E6E6E. Windows color (decimal): -11111030 or 9074006. OLE color: 9074006.

HSL color Cylindrical-coordinate representation of color #56758A: hue angle of 204.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56758A is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 117 138 -
CMYK 0.38 0.15 0 0.46
HSL 204.23º 0.23% 0.44% -
HSV(B) 204.23º 0.38% 0.54% -
XYZ 14.79 16.54 26.46 -
YUV 110.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 86 117 138 0.38 0.15 0 0.46 204.23 0.23 0.44
Hex 56 75 8A 26 F 0 2E CC 17 2C
Octal 126 165 212 46 17 0 56 314 27 54
Binary 1010110 1110101 10001010 100110 1111 0 101110 11001100 10111 101100

Color Harmonies of #56758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56758A

Black with #56758A

Text Example


Text Example

White with #56758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56758A; }

 p { color: rgb(86,117,138); }

 H1.HeaderClassName
 {
   color: #56758A;
 }
 .AnyTagClassName
 {
   color: #56758A;
 }
</style>

background-color css

<style>
 a { background-color: #56758A; }

 a { background-color: rgb(86,117,138); }

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

border-color css

<style>
 span { border-color: #56758A; }

 span { border-color: rgb(86,117,138); }

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