Html Css Color HEX #538688 Paradiso

📋 copy color: '#538688'

red 83 ◦ green 134 ◦ blue 136

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

Shades of Paradiso #538688

Tints of Paradiso #538688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 23.51%
G = 37.96%
B = 38.53%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#538688 (or 0x538688) is known color: Paradiso. HEX triplet: 53, 86 and 88. RGB value is (83,134,136). Sum of RGB (Red+Green+Blue) = 83+134+136=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #538688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538688 is #AC7977. Grayscale: #767676. Windows color (decimal): -11303288 or 8947283. OLE color: 8947283.

HSL color Cylindrical-coordinate representation of color #538688: hue angle of 182.26º 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 #538688 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 136 -
CMYK 0.39 0.01 0 0.47
HSL 182.26º 0.24% 0.43% -
HSV(B) 182.26º 0.39% 0.53% -
XYZ 16.54 20.67 26.41 -
YUV 118.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 83 134 136 0.39 0.01 0 0.47 182.26 0.24 0.43
Hex 53 86 88 27 1 0 2F B6 18 2B
Octal 123 206 210 47 1 0 57 266 30 53
Binary 1010011 10000110 10001000 100111 1 0 101111 10110110 11000 101011

Color Harmonies of #538688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538688

Black with #538688

Text Example


Text Example

White with #538688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538688; }

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

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

background-color css

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

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

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

border-color css

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

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

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