Html Css Color HEX #538389 Paradiso

📋 copy color: '#538389'

red 83 ◦ green 131 ◦ blue 137

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

Shades of Paradiso #538389

Tints of Paradiso #538389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 23.65%
G = 37.32%
B = 39.03%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#538389 (or 0x538389) is known color: Paradiso. HEX triplet: 53, 83 and 89. RGB value is (83,131,137). Sum of RGB (Red+Green+Blue) = 83+131+137=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #538389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538389 is #AC7C76. Grayscale: #757575. Windows color (decimal): -11304055 or 9012051. OLE color: 9012051.

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

Color convert

RGB 83 131 137 -
CMYK 0.39 0.04 0 0.46
HSL 186.67º 0.25% 0.43% -
HSV(B) 186.67º 0.39% 0.54% -
XYZ 16.2 19.88 26.65 -
YUV 117.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 83 131 137 0.39 0.04 0 0.46 186.67 0.25 0.43
Hex 53 83 89 27 4 0 2E BB 19 2B
Octal 123 203 211 47 4 0 56 273 31 53
Binary 1010011 10000011 10001001 100111 100 0 101110 10111011 11001 101011

Color Harmonies of #538389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538389

Black with #538389

Text Example


Text Example

White with #538389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538389; }

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

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

background-color css

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

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

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

border-color css

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

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

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