Html Css Color HEX #557F87 Paradiso

📋 copy color: '#557F87'

red 85 ◦ green 127 ◦ blue 135

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

Shades of Paradiso #557F87

Tints of Paradiso #557F87

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 24.5%
G = 36.6%
B = 38.9%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557F87 (or 0x557F87) is known color: Paradiso. HEX triplet: 55, 7F and 87. RGB value is (85,127,135). Sum of RGB (Red+Green+Blue) = 85+127+135=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #557F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F87 is #AA8078. Grayscale: #737373. Windows color (decimal): -11174009 or 8879957. OLE color: 8879957.

HSL color Cylindrical-coordinate representation of color #557F87: hue angle of 189.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557F87 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 127 135 -
CMYK 0.37 0.06 0 0.47
HSL 189.6º 0.23% 0.43% -
HSV(B) 189.6º 0.37% 0.53% -
XYZ 15.71 18.86 25.73 -
YUV 115.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 85 127 135 0.37 0.06 0 0.47 189.6 0.23 0.43
Hex 55 7F 87 25 6 0 2F BE 17 2B
Octal 125 177 207 45 6 0 57 276 27 53
Binary 1010101 1111111 10000111 100101 110 0 101111 10111110 10111 101011

Color Harmonies of #557F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F87

Black with #557F87

Text Example


Text Example

White with #557F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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