Html Css Color HEX #39534F Blue Dianne

📋 copy color: '#39534F'

red 57 ◦ green 83 ◦ blue 79

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

Shades of Blue Dianne #39534F

Tints of Blue Dianne #39534F

RGB

 RED value IS 57 (22.66% from 255) = 26.03%

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 26.03%
G = 37.9%
B = 36.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#39534F (or 0x39534F) is known color: Blue Dianne. HEX triplet: 39, 53 and 4F. RGB value is (57,83,79). Sum of RGB (Red+Green+Blue) = 57+83+79=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #39534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39534F is #C6ACB0. Grayscale: #4A4A4A. Windows color (decimal): -13020337 or 5198649. OLE color: 5198649.

HSL color Cylindrical-coordinate representation of color #39534F: hue angle of 170.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #39534F is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 79 -
CMYK 0.31 0 0.05 0.67
HSL 170.77º 0.19% 0.27% -
HSV(B) 170.77º 0.31% 0.33% -
XYZ 6.19 7.62 8.54 -
YUV 74.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 57 83 79 0.31 0 0.05 0.67 170.77 0.19 0.27
Hex 39 53 4F 1F 0 5 43 AB 13 1B
Octal 71 123 117 37 0 5 103 253 23 33
Binary 111001 1010011 1001111 11111 0 101 1000011 10101011 10011 11011

Color Harmonies of #39534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39534F

Black with #39534F

Text Example


Text Example

White with #39534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39534F; }

 p { color: rgb(57,83,79); }

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

background-color css

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

 a { background-color: rgb(57,83,79); }

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

border-color css

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

 span { border-color: rgb(57,83,79); }

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