Html Css Color HEX #557384 Wedgewood

📋 copy color: '#557384'

red 85 ◦ green 115 ◦ blue 132

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

Shades of Wedgewood #557384

Tints of Wedgewood #557384

RGB

 RED value IS 85 (33.59% from 255) = 25.6%

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 25.6%
G = 34.64%
B = 39.76%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557384 (or 0x557384) is known color: Wedgewood. HEX triplet: 55, 73 and 84. RGB value is (85,115,132). Sum of RGB (Red+Green+Blue) = 85+115+132=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #557384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557384 is #AA8C7B. Grayscale: #6B6B6B. Windows color (decimal): -11177084 or 8680277. OLE color: 8680277.

HSL color Cylindrical-coordinate representation of color #557384: hue angle of 201.7º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557384 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 115 132 -
CMYK 0.36 0.13 0 0.48
HSL 201.7º 0.22% 0.43% -
HSV(B) 201.7º 0.36% 0.52% -
XYZ 14.04 15.86 24.15 -
YUV 107.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 85 115 132 0.36 0.13 0 0.48 201.7 0.22 0.43
Hex 55 73 84 24 D 0 30 CA 16 2B
Octal 125 163 204 44 15 0 60 312 26 53
Binary 1010101 1110011 10000100 100100 1101 0 110000 11001010 10110 101011

Color Harmonies of #557384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557384

Black with #557384

Text Example


Text Example

White with #557384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557384; }

 p { color: rgb(85,115,132); }

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

background-color css

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

 a { background-color: rgb(85,115,132); }

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

border-color css

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

 span { border-color: rgb(85,115,132); }

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