Html Css Color HEX #54768B Wedgewood

📋 copy color: '#54768B'

red 84 ◦ green 118 ◦ blue 139

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

Shades of Wedgewood #54768B

Tints of Wedgewood #54768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 24.63%
G = 34.6%
B = 40.76%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54768B (or 0x54768B) is known color: Wedgewood. HEX triplet: 54, 76 and 8B. RGB value is (84,118,139). Sum of RGB (Red+Green+Blue) = 84+118+139=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #54768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768B is #AB8974. Grayscale: #6E6E6E. Windows color (decimal): -11241845 or 9139796. OLE color: 9139796.

HSL color Cylindrical-coordinate representation of color #54768B: hue angle of 202.91º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54768B is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 118 139 -
CMYK 0.40 0.15 0 0.45
HSL 202.91º 0.25% 0.44% -
HSV(B) 202.91º 0.4% 0.55% -
XYZ 14.79 16.71 26.87 -
YUV 110.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 84 118 139 0.40 0.15 0 0.45 202.91 0.25 0.44
Hex 54 76 8B 28 F 0 2D CB 19 2C
Octal 124 166 213 50 17 0 55 313 31 54
Binary 1010100 1110110 10001011 101000 1111 0 101101 11001011 11001 101100

Color Harmonies of #54768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54768B

Black with #54768B

Text Example


Text Example

White with #54768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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