Html Css Color HEX #52838C Paradiso

📋 copy color: '#52838C'

red 82 ◦ green 131 ◦ blue 140

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

Shades of Paradiso #52838C

Tints of Paradiso #52838C

RGB

 RED value IS 82 (32.42% from 255) = 23.23%

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 23.23%
G = 37.11%
B = 39.66%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52838C (or 0x52838C) is known color: Paradiso. HEX triplet: 52, 83 and 8C. RGB value is (82,131,140). Sum of RGB (Red+Green+Blue) = 82+131+140=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 131 (51.56% from 255 or 37.11% 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 #52838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52838C is #AD7C73. Grayscale: #757575. Windows color (decimal): -11369588 or 9208658. OLE color: 9208658.

HSL color Cylindrical-coordinate representation of color #52838C: hue angle of 189.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52838C is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 131 140 -
CMYK 0.41 0.06 0 0.45
HSL 189.31º 0.26% 0.44% -
HSV(B) 189.31º 0.41% 0.55% -
XYZ 16.33 19.92 27.8 -
YUV 117.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 82 131 140 0.41 0.06 0 0.45 189.31 0.26 0.44
Hex 52 83 8C 29 6 0 2D BD 1A 2C
Octal 122 203 214 51 6 0 55 275 32 54
Binary 1010010 10000011 10001100 101001 110 0 101101 10111101 11010 101100

Color Harmonies of #52838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52838C

Black with #52838C

Text Example


Text Example

White with #52838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,131,140); }

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

background-color css

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

 a { background-color: rgb(82,131,140); }

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

border-color css

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

 span { border-color: rgb(82,131,140); }

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