Html Css Color HEX #51848A Paradiso

📋 copy color: '#51848A'

red 81 ◦ green 132 ◦ blue 138

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

Shades of Paradiso #51848A

Tints of Paradiso #51848A

RGB

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

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

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

R = 23.08%
G = 37.61%
B = 39.32%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#51848A (or 0x51848A) is known color: Paradiso. HEX triplet: 51, 84 and 8A. RGB value is (81,132,138). Sum of RGB (Red+Green+Blue) = 81+132+138=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 132 (51.95% from 255 or 37.61% 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 #51848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848A is #AE7B75. Grayscale: #757575. Windows color (decimal): -11434870 or 9077841. OLE color: 9077841.

HSL color Cylindrical-coordinate representation of color #51848A: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51848A is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 132 138 -
CMYK 0.41 0.04 0 0.46
HSL 186.32º 0.26% 0.43% -
HSV(B) 186.32º 0.41% 0.54% -
XYZ 16.23 20.09 27.07 -
YUV 117.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 81 132 138 0.41 0.04 0 0.46 186.32 0.26 0.43
Hex 51 84 8A 29 4 0 2E BA 1A 2B
Octal 121 204 212 51 4 0 56 272 32 53
Binary 1010001 10000100 10001010 101001 100 0 101110 10111010 11010 101011

Color Harmonies of #51848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51848A

Black with #51848A

Text Example


Text Example

White with #51848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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