#387587

Color #387587 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #387587

Tints of Calypso #387587

Color information

#387587 (or 0x387587) is unknown color: approx Calypso. HEX triplet: 38, 75 and 87. RGB value is (56,117,135). Sum of RGB (Red+Green+Blue) = 56+117+135=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #387587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387587 is #C78A78. Grayscale: #646464. Windows color (decimal): -13077113 or 8877368. OLE color: 8877368.

HSL color Cylindrical-coordinate representation of color #387587: hue angle of 193.67º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387587 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56117135-
CMYK0.590.1300.47
HSL193.67º41.36%37.45%-
HSV(B)193.67º58.52%52.94%-
XYZ12.3715.3125.23-
YUV100.81147.2996.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=18.18%
G=37.99%
B=43.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561171350.590.1300.47193.6741.3637.45
Hex3875873BD02Fc22925
Octal7016520773150573025145
Binary1110001110101100001111110111101010111111000010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387587; }

 p { color: rgb(56,117,135); }

 H1.HeaderClassName
 {
   color: #387587;
 }
 .AnyTagClassName
 {
   color: #387587;
 }
</style>
background-color css

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

 a { background-color: rgb(56,117,135); }

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

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

 span { border-color: rgb(56,117,135); }

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