Html Css Color HEX #557E81 Paradiso

📋 copy color: '#557E81'

red 85 ◦ green 126 ◦ blue 129

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

Shades of Paradiso #557E81

Tints of Paradiso #557E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 25%
G = 37.06%
B = 37.94%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557E81 (or 0x557E81) is known color: Paradiso. HEX triplet: 55, 7E and 81. RGB value is (85,126,129). Sum of RGB (Red+Green+Blue) = 85+126+129=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #557E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E81 is #AA817E. Grayscale: #727272. Windows color (decimal): -11174271 or 8486485. OLE color: 8486485.

HSL color Cylindrical-coordinate representation of color #557E81: hue angle of 184.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557E81 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 126 129 -
CMYK 0.34 0.02 0 0.49
HSL 184.09º 0.21% 0.42% -
HSV(B) 184.09º 0.34% 0.51% -
XYZ 15.17 18.44 23.53 -
YUV 114.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 85 126 129 0.34 0.02 0 0.49 184.09 0.21 0.42
Hex 55 7E 81 22 2 0 31 B8 15 2A
Octal 125 176 201 42 2 0 61 270 25 52
Binary 1010101 1111110 10000001 100010 10 0 110001 10111000 10101 101010

Color Harmonies of #557E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E81

Black with #557E81

Text Example


Text Example

White with #557E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557E81; }

 p { color: rgb(85,126,129); }

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

background-color css

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

 a { background-color: rgb(85,126,129); }

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

border-color css

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

 span { border-color: rgb(85,126,129); }

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