Html Css Color HEX #51848C Paradiso

📋 copy color: '#51848C'

red 81 ◦ green 132 ◦ blue 140

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

Shades of Paradiso #51848C

Tints of Paradiso #51848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

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

R = 22.95%
G = 37.39%
B = 39.66%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51848C (or 0x51848C) is known color: Paradiso. HEX triplet: 51, 84 and 8C. RGB value is (81,132,140). Sum of RGB (Red+Green+Blue) = 81+132+140=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #51848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848C is #AE7B73. Grayscale: #757575. Windows color (decimal): -11434868 or 9208913. OLE color: 9208913.

HSL color Cylindrical-coordinate representation of color #51848C: hue angle of 188.14º 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 #51848C is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 132 140 -
CMYK 0.42 0.06 0 0.45
HSL 188.14º 0.27% 0.43% -
HSV(B) 188.14º 0.42% 0.55% -
XYZ 16.38 20.15 27.84 -
YUV 117.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 81 132 140 0.42 0.06 0 0.45 188.14 0.27 0.43
Hex 51 84 8C 2A 6 0 2D BC 1B 2B
Octal 121 204 214 52 6 0 55 274 33 53
Binary 1010001 10000100 10001100 101010 110 0 101101 10111100 11011 101011

Color Harmonies of #51848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51848C

Black with #51848C

Text Example


Text Example

White with #51848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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