Html Css Color HEX #538287 Paradiso

📋 copy color: '#538287'

red 83 ◦ green 130 ◦ blue 135

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

Shades of Paradiso #538287

Tints of Paradiso #538287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 23.85%
G = 37.36%
B = 38.79%

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

#538287 (or 0x538287) is known color: Paradiso. HEX triplet: 53, 82 and 87. RGB value is (83,130,135). Sum of RGB (Red+Green+Blue) = 83+130+135=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #538287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538287 is #AC7D78. Grayscale: #747474. Windows color (decimal): -11304313 or 8880723. OLE color: 8880723.

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

Color convert

RGB 83 130 135 -
CMYK 0.39 0.04 0 0.47
HSL 185.77º 0.24% 0.43% -
HSV(B) 185.77º 0.39% 0.53% -
XYZ 15.92 19.55 25.86 -
YUV 116.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 83 130 135 0.39 0.04 0 0.47 185.77 0.24 0.43
Hex 53 82 87 27 4 0 2F BA 18 2B
Octal 123 202 207 47 4 0 57 272 30 53
Binary 1010011 10000010 10000111 100111 100 0 101111 10111010 11000 101011

Color Harmonies of #538287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538287

Black with #538287

Text Example


Text Example

White with #538287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538287; }

 p { color: rgb(83,130,135); }

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

background-color css

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

 a { background-color: rgb(83,130,135); }

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

border-color css

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

 span { border-color: rgb(83,130,135); }

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