Html Css Color HEX #54838A Paradiso

📋 copy color: '#54838A'

red 84 ◦ green 131 ◦ blue 138

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

Shades of Paradiso #54838A

Tints of Paradiso #54838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 23.8%
G = 37.11%
B = 39.09%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54838A (or 0x54838A) is known color: Paradiso. HEX triplet: 54, 83 and 8A. RGB value is (84,131,138). Sum of RGB (Red+Green+Blue) = 84+131+138=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #54838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54838A is #AB7C75. Grayscale: #757575. Windows color (decimal): -11238518 or 9077588. OLE color: 9077588.

HSL color Cylindrical-coordinate representation of color #54838A: hue angle of 187.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54838A is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 131 138 -
CMYK 0.39 0.05 0 0.46
HSL 187.78º 0.24% 0.44% -
HSV(B) 187.78º 0.39% 0.54% -
XYZ 16.36 19.95 27.03 -
YUV 117.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 84 131 138 0.39 0.05 0 0.46 187.78 0.24 0.44
Hex 54 83 8A 27 5 0 2E BC 18 2C
Octal 124 203 212 47 5 0 56 274 30 54
Binary 1010100 10000011 10001010 100111 101 0 101110 10111100 11000 101100

Color Harmonies of #54838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54838A

Black with #54838A

Text Example


Text Example

White with #54838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54838A; }

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

 H1.HeaderClassName
 {
   color: #54838A;
 }
 .AnyTagClassName
 {
   color: #54838A;
 }
</style>

background-color css

<style>
 a { background-color: #54838A; }

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

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

border-color css

<style>
 span { border-color: #54838A; }

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

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