Html Css Color HEX #51828C Paradiso

📋 copy color: '#51828C'

red 81 ◦ green 130 ◦ blue 140

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

Shades of Paradiso #51828C

Tints of Paradiso #51828C

RGB

 RED value IS 81 (32.03% from 255) = 23.08%

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 23.08%
G = 37.04%
B = 39.89%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51828C (or 0x51828C) is known color: Paradiso. HEX triplet: 51, 82 and 8C. RGB value is (81,130,140). Sum of RGB (Red+Green+Blue) = 81+130+140=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #51828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828C is #AE7D73. Grayscale: #747474. Windows color (decimal): -11435380 or 9208401. OLE color: 9208401.

HSL color Cylindrical-coordinate representation of color #51828C: hue angle of 190.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51828C is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 130 140 -
CMYK 0.42 0.07 0 0.45
HSL 190.17º 0.27% 0.43% -
HSV(B) 190.17º 0.42% 0.55% -
XYZ 16.11 19.61 27.75 -
YUV 116.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 81 130 140 0.42 0.07 0 0.45 190.17 0.27 0.43
Hex 51 82 8C 2A 7 0 2D BE 1B 2B
Octal 121 202 214 52 7 0 55 276 33 53
Binary 1010001 10000010 10001100 101010 111 0 101101 10111110 11011 101011

Color Harmonies of #51828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51828C

Black with #51828C

Text Example


Text Example

White with #51828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51828C; }

 p { color: rgb(81,130,140); }

 H1.HeaderClassName
 {
   color: #51828C;
 }
 .AnyTagClassName
 {
   color: #51828C;
 }
</style>

background-color css

<style>
 a { background-color: #51828C; }

 a { background-color: rgb(81,130,140); }

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

border-color css

<style>
 span { border-color: #51828C; }

 span { border-color: rgb(81,130,140); }

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