Html Css Color HEX #177585 Allports

📋 copy color: '#177585'

red 23 ◦ green 117 ◦ blue 133

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

Shades of Allports #177585

Tints of Allports #177585

RGB

 RED value IS 23 (9.38% from 255) = 8.42%

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 8.42%
G = 42.86%
B = 48.72%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#177585 (or 0x177585) is known color: Allports. HEX triplet: 17, 75 and 85. RGB value is (23,117,133). Sum of RGB (Red+Green+Blue) = 23+117+133=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #177585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177585 is #E88A7A. Grayscale: #5A5A5A. Windows color (decimal): -15239803 or 8746263. OLE color: 8746263.

HSL color Cylindrical-coordinate representation of color #177585: hue angle of 188.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #177585 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 117 133 -
CMYK 0.83 0.12 0 0.48
HSL 188.73º 0.71% 0.31% -
HSV(B) 188.73º 0.83% 0.52% -
XYZ 10.95 14.6 24.43 -
YUV 90.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 23 117 133 0.83 0.12 0 0.48 188.73 0.71 0.31
Hex 17 75 85 53 C 0 30 BD 47 1F
Octal 27 165 205 123 14 0 60 275 107 37
Binary 10111 1110101 10000101 1010011 1100 0 110000 10111101 1000111 11111

Color Harmonies of #177585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177585

Black with #177585

Text Example


Text Example

White with #177585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177585; }

 p { color: rgb(23,117,133); }

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

background-color css

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

 a { background-color: rgb(23,117,133); }

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

border-color css

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

 span { border-color: rgb(23,117,133); }

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