Html Css Color HEX #538285 Paradiso

📋 copy color: '#538285'

red 83 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #538285

Tints of Paradiso #538285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 23.99%
G = 37.57%
B = 38.44%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#538285 (or 0x538285) is known color: Paradiso. HEX triplet: 53, 82 and 85. RGB value is (83,130,133). Sum of RGB (Red+Green+Blue) = 83+130+133=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #538285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538285 is #AC7D7A. Grayscale: #747474. Windows color (decimal): -11304315 or 8749651. OLE color: 8749651.

HSL color Cylindrical-coordinate representation of color #538285: hue angle of 183.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538285 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 130 133 -
CMYK 0.38 0.02 0 0.48
HSL 183.6º 0.23% 0.42% -
HSV(B) 183.6º 0.38% 0.52% -
XYZ 15.78 19.5 25.12 -
YUV 116.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 83 130 133 0.38 0.02 0 0.48 183.6 0.23 0.42
Hex 53 82 85 26 2 0 30 B8 17 2A
Octal 123 202 205 46 2 0 60 270 27 52
Binary 1010011 10000010 10000101 100110 10 0 110000 10111000 10111 101010

Color Harmonies of #538285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538285

Black with #538285

Text Example


Text Example

White with #538285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538285; }

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

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

background-color css

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

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

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

border-color css

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

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

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