Html Css Color HEX #557A7F Paradiso

📋 copy color: '#557A7F'

red 85 ◦ green 122 ◦ blue 127

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

Shades of Paradiso #557A7F

Tints of Paradiso #557A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 25.45%
G = 36.53%
B = 38.02%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#557A7F (or 0x557A7F) is known color: Paradiso. HEX triplet: 55, 7A and 7F. RGB value is (85,122,127). Sum of RGB (Red+Green+Blue) = 85+122+127=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #557A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7F is #AA8580. Grayscale: #6F6F6F. Windows color (decimal): -11175297 or 8354389. OLE color: 8354389.

HSL color Cylindrical-coordinate representation of color #557A7F: hue angle of 187.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557A7F is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 122 127 -
CMYK 0.33 0.04 0 0.50
HSL 187.14º 0.2% 0.42% -
HSV(B) 187.14º 0.33% 0.5% -
XYZ 14.54 17.38 22.67 -
YUV 111.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 85 122 127 0.33 0.04 0 0.50 187.14 0.2 0.42
Hex 55 7A 7F 21 4 0 32 BB 14 2A
Octal 125 172 177 41 4 0 62 273 24 52
Binary 1010101 1111010 1111111 100001 100 0 110010 10111011 10100 101010

Color Harmonies of #557A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A7F

Black with #557A7F

Text Example


Text Example

White with #557A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,127); }

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

background-color css

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

 a { background-color: rgb(85,122,127); }

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

border-color css

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

 span { border-color: rgb(85,122,127); }

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