#717085

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

Shades of Dolphin #717085

Tints of Dolphin #717085

Color information

#717085 (or 0x717085) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 85. RGB value is (113,112,133). Sum of RGB (Red+Green+Blue) = 113+112+133=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #717085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717085 is #8E8F7A. Grayscale: #727272. Windows color (decimal): -9342843 or 8745073. OLE color: 8745073.

HSL color Cylindrical-coordinate representation of color #717085: hue angle of 242.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717085 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113112133-
CMYK0.150.1600.48
HSL242.86º8.57%48.04%-
HSV(B)242.86º15.79%52.16%-
XYZ16.8416.7924.54-
YUV114.69138.33126.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=31.56%
G=31.28%
B=37.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131121330.150.1600.48242.868.5748.04
Hex717085F10030f3930
Octal16116020517200603631160
Binary11100011110000100001011111100000110000111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717085; }

 p { color: rgb(113,112,133); }

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

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

 a { background-color: rgb(113,112,133); }

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

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

 span { border-color: rgb(113,112,133); }

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