Html Css Color HEX #547C83 Paradiso

📋 copy color: '#547C83'

red 84 ◦ green 124 ◦ blue 131

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

Shades of Paradiso #547C83

Tints of Paradiso #547C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 24.78%
G = 36.58%
B = 38.64%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#547C83 (or 0x547C83) is known color: Paradiso. HEX triplet: 54, 7C and 83. RGB value is (84,124,131). Sum of RGB (Red+Green+Blue) = 84+124+131=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #547C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C83 is #AB837C. Grayscale: #707070. Windows color (decimal): -11240317 or 8617044. OLE color: 8617044.

HSL color Cylindrical-coordinate representation of color #547C83: hue angle of 188.94º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547C83 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 124 131 -
CMYK 0.36 0.05 0 0.49
HSL 188.94º 0.22% 0.42% -
HSV(B) 188.94º 0.36% 0.51% -
XYZ 14.96 17.94 24.15 -
YUV 112.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 84 124 131 0.36 0.05 0 0.49 188.94 0.22 0.42
Hex 54 7C 83 24 5 0 31 BD 16 2A
Octal 124 174 203 44 5 0 61 275 26 52
Binary 1010100 1111100 10000011 100100 101 0 110001 10111101 10110 101010

Color Harmonies of #547C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C83

Black with #547C83

Text Example


Text Example

White with #547C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,131); }

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

background-color css

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

 a { background-color: rgb(84,124,131); }

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

border-color css

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

 span { border-color: rgb(84,124,131); }

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