Html Css Color HEX #54818B Paradiso

📋 copy color: '#54818B'

red 84 ◦ green 129 ◦ blue 139

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

Shades of Paradiso #54818B

Tints of Paradiso #54818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 23.86%
G = 36.65%
B = 39.49%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54818B (or 0x54818B) is known color: Paradiso. HEX triplet: 54, 81 and 8B. RGB value is (84,129,139). Sum of RGB (Red+Green+Blue) = 84+129+139=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #54818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54818B is #AB7E74. Grayscale: #747474. Windows color (decimal): -11239029 or 9142612. OLE color: 9142612.

HSL color Cylindrical-coordinate representation of color #54818B: hue angle of 190.91º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54818B is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 129 139 -
CMYK 0.40 0.07 0 0.45
HSL 190.91º 0.25% 0.44% -
HSV(B) 190.91º 0.4% 0.55% -
XYZ 16.17 19.45 27.33 -
YUV 116.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 84 129 139 0.40 0.07 0 0.45 190.91 0.25 0.44
Hex 54 81 8B 28 7 0 2D BF 19 2C
Octal 124 201 213 50 7 0 55 277 31 54
Binary 1010100 10000001 10001011 101000 111 0 101101 10111111 11001 101100

Color Harmonies of #54818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54818B

Black with #54818B

Text Example


Text Example

White with #54818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54818B; }

 p { color: rgb(84,129,139); }

 H1.HeaderClassName
 {
   color: #54818B;
 }
 .AnyTagClassName
 {
   color: #54818B;
 }
</style>

background-color css

<style>
 a { background-color: #54818B; }

 a { background-color: rgb(84,129,139); }

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

border-color css

<style>
 span { border-color: #54818B; }

 span { border-color: rgb(84,129,139); }

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