Html Css Color HEX #717088 Dolphin

📋 copy color: '#717088'

red 113 ◦ green 112 ◦ blue 136

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

Shades of Dolphin #717088

Tints of Dolphin #717088

RGB

 RED value IS 113 (44.53% from 255) = 31.3%

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 31.3%
G = 31.02%
B = 37.67%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717088 (or 0x717088) is known color: Dolphin. HEX triplet: 71, 70 and 88. RGB value is (113,112,136). Sum of RGB (Red+Green+Blue) = 113+112+136=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #717088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717088 is #8E8F77. Grayscale: #727272. Windows color (decimal): -9342840 or 8941681. OLE color: 8941681.

HSL color Cylindrical-coordinate representation of color #717088: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717088 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 112 136 -
CMYK 0.17 0.18 0 0.47
HSL 242.5º 0.1% 0.49% -
HSV(B) 242.5º 0.18% 0.53% -
XYZ 17.05 16.88 25.65 -
YUV 115.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 113 112 136 0.17 0.18 0 0.47 242.5 0.1 0.49
Hex 71 70 88 11 12 0 2F F2 A 31
Octal 161 160 210 21 22 0 57 362 12 61
Binary 1110001 1110000 10001000 10001 10010 0 101111 11110010 1010 110001

Color Harmonies of #717088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717088

Black with #717088

Text Example


Text Example

White with #717088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717088; }

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

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

background-color css

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

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

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

border-color css

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

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

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