Html Css Color HEX #53838C Paradiso

📋 copy color: '#53838C'

red 83 ◦ green 131 ◦ blue 140

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

Shades of Paradiso #53838C

Tints of Paradiso #53838C

RGB

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

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

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

R = 23.45%
G = 37.01%
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

#53838C (or 0x53838C) is known color: Paradiso. HEX triplet: 53, 83 and 8C. RGB value is (83,131,140). Sum of RGB (Red+Green+Blue) = 83+131+140=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 131 (51.56% from 255 or 37.01% 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 #53838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53838C is #AC7C73. Grayscale: #757575. Windows color (decimal): -11304052 or 9208659. OLE color: 9208659.

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

Color convert

RGB 83 131 140 -
CMYK 0.41 0.06 0 0.45
HSL 189.47º 0.26% 0.44% -
HSV(B) 189.47º 0.41% 0.55% -
XYZ 16.42 19.97 27.8 -
YUV 117.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 83 131 140 0.41 0.06 0 0.45 189.47 0.26 0.44
Hex 53 83 8C 29 6 0 2D BD 1A 2C
Octal 123 203 214 51 6 0 55 275 32 54
Binary 1010011 10000011 10001100 101001 110 0 101101 10111101 11010 101100

Color Harmonies of #53838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53838C

Black with #53838C

Text Example


Text Example

White with #53838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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