Html Css Color HEX #39717F Calypso

📋 copy color: '#39717F'

red 57 ◦ green 113 ◦ blue 127

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

Shades of Calypso #39717F

Tints of Calypso #39717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 19.19%
G = 38.05%
B = 42.76%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39717F (or 0x39717F) is known color: Calypso. HEX triplet: 39, 71 and 7F. RGB value is (57,113,127). Sum of RGB (Red+Green+Blue) = 57+113+127=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #39717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39717F is #C68E80. Grayscale: #616161. Windows color (decimal): -13012609 or 8352057. OLE color: 8352057.

HSL color Cylindrical-coordinate representation of color #39717F: hue angle of 192º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39717F is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 113 127 -
CMYK 0.55 0.11 0 0.50
HSL 192º 0.38% 0.36% -
HSV(B) 192º 0.55% 0.5% -
XYZ 11.42 14.21 22.22 -
YUV 97.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 57 113 127 0.55 0.11 0 0.50 192 0.38 0.36
Hex 39 71 7F 37 B 0 32 C0 26 24
Octal 71 161 177 67 13 0 62 300 46 44
Binary 111001 1110001 1111111 110111 1011 0 110010 11000000 100110 100100

Color Harmonies of #39717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39717F

Black with #39717F

Text Example


Text Example

White with #39717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,113,127); }

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

background-color css

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

 a { background-color: rgb(57,113,127); }

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

border-color css

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

 span { border-color: rgb(57,113,127); }

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