Html Css Color HEX #54818A Paradiso

📋 copy color: '#54818A'

red 84 ◦ green 129 ◦ blue 138

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

Shades of Paradiso #54818A

Tints of Paradiso #54818A

RGB

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

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

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

R = 23.93%
G = 36.75%
B = 39.32%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54818A (or 0x54818A) is known color: Paradiso. HEX triplet: 54, 81 and 8A. RGB value is (84,129,138). Sum of RGB (Red+Green+Blue) = 84+129+138=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #54818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54818A is #AB7E75. Grayscale: #747474. Windows color (decimal): -11239030 or 9077076. OLE color: 9077076.

HSL color Cylindrical-coordinate representation of color #54818A: hue angle of 190º 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 #54818A is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 129 138 -
CMYK 0.39 0.07 0 0.46
HSL 190º 0.24% 0.44% -
HSV(B) 190º 0.39% 0.54% -
XYZ 16.09 19.42 26.95 -
YUV 116.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 84 129 138 0.39 0.07 0 0.46 190 0.24 0.44
Hex 54 81 8A 27 7 0 2E BE 18 2C
Octal 124 201 212 47 7 0 56 276 30 54
Binary 1010100 10000001 10001010 100111 111 0 101110 10111110 11000 101100

Color Harmonies of #54818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54818A

Black with #54818A

Text Example


Text Example

White with #54818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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