Html Css Color HEX #547E88 Paradiso

📋 copy color: '#547E88'

red 84 ◦ green 126 ◦ blue 136

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

Shades of Paradiso #547E88

Tints of Paradiso #547E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 24.28%
G = 36.42%
B = 39.31%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547E88 (or 0x547E88) is known color: Paradiso. HEX triplet: 54, 7E and 88. RGB value is (84,126,136). Sum of RGB (Red+Green+Blue) = 84+126+136=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #547E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E88 is #AB8177. Grayscale: #727272. Windows color (decimal): -11239800 or 8945236. OLE color: 8945236.

HSL color Cylindrical-coordinate representation of color #547E88: hue angle of 191.54º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547E88 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 126 136 -
CMYK 0.38 0.07 0 0.47
HSL 191.54º 0.24% 0.43% -
HSV(B) 191.54º 0.38% 0.53% -
XYZ 15.56 18.58 26.06 -
YUV 114.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 84 126 136 0.38 0.07 0 0.47 191.54 0.24 0.43
Hex 54 7E 88 26 7 0 2F C0 18 2B
Octal 124 176 210 46 7 0 57 300 30 53
Binary 1010100 1111110 10001000 100110 111 0 101111 11000000 11000 101011

Color Harmonies of #547E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E88

Black with #547E88

Text Example


Text Example

White with #547E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547E88; }

 p { color: rgb(84,126,136); }

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

background-color css

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

 a { background-color: rgb(84,126,136); }

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

border-color css

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

 span { border-color: rgb(84,126,136); }

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