Html Css Color HEX #538388 Paradiso

📋 copy color: '#538388'

red 83 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #538388

Tints of Paradiso #538388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 23.71%
G = 37.43%
B = 38.86%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#538388 (or 0x538388) is known color: Paradiso. HEX triplet: 53, 83 and 88. RGB value is (83,131,136). Sum of RGB (Red+Green+Blue) = 83+131+136=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #538388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538388 is #AC7C77. Grayscale: #757575. Windows color (decimal): -11304056 or 8946515. OLE color: 8946515.

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

Color convert

RGB 83 131 136 -
CMYK 0.39 0.04 0 0.47
HSL 185.66º 0.24% 0.43% -
HSV(B) 185.66º 0.39% 0.53% -
XYZ 16.13 19.85 26.27 -
YUV 117.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 83 131 136 0.39 0.04 0 0.47 185.66 0.24 0.43
Hex 53 83 88 27 4 0 2F BA 18 2B
Octal 123 203 210 47 4 0 57 272 30 53
Binary 1010011 10000011 10001000 100111 100 0 101111 10111010 11000 101011

Color Harmonies of #538388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538388

Black with #538388

Text Example


Text Example

White with #538388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538388; }

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

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

background-color css

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

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

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

border-color css

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

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

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