Html Css Color HEX #52848C Paradiso

📋 copy color: '#52848C'

red 82 ◦ green 132 ◦ blue 140

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

Shades of Paradiso #52848C

Tints of Paradiso #52848C

RGB

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

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

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

R = 23.16%
G = 37.29%
B = 39.55%

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

#52848C (or 0x52848C) is known color: Paradiso. HEX triplet: 52, 84 and 8C. RGB value is (82,132,140). Sum of RGB (Red+Green+Blue) = 82+132+140=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #52848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52848C is #AD7B73. Grayscale: #757575. Windows color (decimal): -11369332 or 9208914. OLE color: 9208914.

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

Color convert

RGB 82 132 140 -
CMYK 0.41 0.06 0 0.45
HSL 188.28º 0.26% 0.44% -
HSV(B) 188.28º 0.41% 0.55% -
XYZ 16.46 20.19 27.84 -
YUV 117.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 82 132 140 0.41 0.06 0 0.45 188.28 0.26 0.44
Hex 52 84 8C 29 6 0 2D BC 1A 2C
Octal 122 204 214 51 6 0 55 274 32 54
Binary 1010010 10000100 10001100 101001 110 0 101101 10111100 11010 101100

Color Harmonies of #52848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52848C

Black with #52848C

Text Example


Text Example

White with #52848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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