Html Css Color HEX #53808B Paradiso

📋 copy color: '#53808B'

red 83 ◦ green 128 ◦ blue 139

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

Shades of Paradiso #53808B

Tints of Paradiso #53808B

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 23.71%
G = 36.57%
B = 39.71%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53808B (or 0x53808B) is known color: Paradiso. HEX triplet: 53, 80 and 8B. RGB value is (83,128,139). Sum of RGB (Red+Green+Blue) = 83+128+139=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #53808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53808B is #AC7F74. Grayscale: #737373. Windows color (decimal): -11304821 or 9142355. OLE color: 9142355.

HSL color Cylindrical-coordinate representation of color #53808B: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53808B is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 128 139 -
CMYK 0.40 0.08 0 0.45
HSL 191.79º 0.25% 0.44% -
HSV(B) 191.79º 0.4% 0.55% -
XYZ 15.95 19.14 27.28 -
YUV 115.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 83 128 139 0.40 0.08 0 0.45 191.79 0.25 0.44
Hex 53 80 8B 28 8 0 2D C0 19 2C
Octal 123 200 213 50 10 0 55 300 31 54
Binary 1010011 10000000 10001011 101000 1000 0 101101 11000000 11001 101100

Color Harmonies of #53808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53808B

Black with #53808B

Text Example


Text Example

White with #53808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53808B; }

 p { color: rgb(83,128,139); }

 H1.HeaderClassName
 {
   color: #53808B;
 }
 .AnyTagClassName
 {
   color: #53808B;
 }
</style>

background-color css

<style>
 a { background-color: #53808B; }

 a { background-color: rgb(83,128,139); }

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

border-color css

<style>
 span { border-color: #53808B; }

 span { border-color: rgb(83,128,139); }

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