Html Css Color HEX #115575 Orient

📋 copy color: '#115575'

red 17 ◦ green 85 ◦ blue 117

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

Shades of Orient #115575

Tints of Orient #115575

RGB

 RED value IS 17 (7.03% from 255) = 7.76%

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 7.76%
G = 38.81%
B = 53.42%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115575 (or 0x115575) is known color: Orient. HEX triplet: 11, 55 and 75. RGB value is (17,85,117). Sum of RGB (Red+Green+Blue) = 17+85+117=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #115575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115575 is #EEAA8A. Grayscale: #444444. Windows color (decimal): -15641227 or 7689489. OLE color: 7689489.

HSL color Cylindrical-coordinate representation of color #115575: hue angle of 199.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115575 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 85 117 -
CMYK 0.85 0.27 0 0.54
HSL 199.2º 0.75% 0.26% -
HSV(B) 199.2º 0.85% 0.46% -
XYZ 6.69 7.9 18 -
YUV 68.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 17 85 117 0.85 0.27 0 0.54 199.2 0.75 0.26
Hex 11 55 75 55 1B 0 36 C7 4B 1A
Octal 21 125 165 125 33 0 66 307 113 32
Binary 10001 1010101 1110101 1010101 11011 0 110110 11000111 1001011 11010

Color Harmonies of #115575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115575

Black with #115575

Text Example


Text Example

White with #115575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115575; }

 p { color: rgb(17,85,117); }

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

background-color css

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

 a { background-color: rgb(17,85,117); }

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

border-color css

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

 span { border-color: rgb(17,85,117); }

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