Html Css Color HEX #54768F Wedgewood

📋 copy color: '#54768F'

red 84 ◦ green 118 ◦ blue 143

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

Shades of Wedgewood #54768F

Tints of Wedgewood #54768F

RGB

 RED value IS 84 (33.2% from 255) = 24.35%

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 24.35%
G = 34.2%
B = 41.45%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54768F (or 0x54768F) is known color: Wedgewood. HEX triplet: 54, 76 and 8F. RGB value is (84,118,143). Sum of RGB (Red+Green+Blue) = 84+118+143=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #54768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768F is #AB8970. Grayscale: #6E6E6E. Windows color (decimal): -11241841 or 9401940. OLE color: 9401940.

HSL color Cylindrical-coordinate representation of color #54768F: hue angle of 205.42º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54768F is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 118 143 -
CMYK 0.41 0.17 0 0.44
HSL 205.42º 0.26% 0.45% -
HSV(B) 205.42º 0.41% 0.56% -
XYZ 15.09 16.82 28.44 -
YUV 110.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 84 118 143 0.41 0.17 0 0.44 205.42 0.26 0.45
Hex 54 76 8F 29 11 0 2C CD 1A 2D
Octal 124 166 217 51 21 0 54 315 32 55
Binary 1010100 1110110 10001111 101001 10001 0 101100 11001101 11010 101101

Color Harmonies of #54768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54768F

Black with #54768F

Text Example


Text Example

White with #54768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54768F; }

 p { color: rgb(84,118,143); }

 H1.HeaderClassName
 {
   color: #54768F;
 }
 .AnyTagClassName
 {
   color: #54768F;
 }
</style>

background-color css

<style>
 a { background-color: #54768F; }

 a { background-color: rgb(84,118,143); }

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

border-color css

<style>
 span { border-color: #54768F; }

 span { border-color: rgb(84,118,143); }

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