Html Css Color HEX #170555 Paua

📋 copy color: '#170555'

red 23 ◦ green 5 ◦ blue 85

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

Shades of Paua #170555

Tints of Paua #170555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 85 (33.59% from 255) = 75.22%

R = 20.35%
G = 4.42%
B = 75.22%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#170555 (or 0x170555) is known color: Paua. HEX triplet: 17, 05 and 55. RGB value is (23,5,85). Sum of RGB (Red+Green+Blue) = 23+5+85=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #170555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170555 is #E8FAAA. Grayscale: #131313. Windows color (decimal): -15268523 or 5571863. OLE color: 5571863.

HSL color Cylindrical-coordinate representation of color #170555: hue angle of 253.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170555 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 5 85 -
CMYK 0.73 0.94 0 0.67
HSL 253.5º 0.89% 0.18% -
HSV(B) 253.5º 0.94% 0.33% -
XYZ 2.05 0.95 8.67 -
YUV 19.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 23 5 85 0.73 0.94 0 0.67 253.5 0.89 0.18
Hex 17 5 55 49 5E 0 43 FE 59 12
Octal 27 5 125 111 136 0 103 376 131 22
Binary 10111 101 1010101 1001001 1011110 0 1000011 11111110 1011001 10010

Color Harmonies of #170555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170555

Black with #170555

Text Example


Text Example

White with #170555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170555; }

 p { color: rgb(23,5,85); }

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

background-color css

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

 a { background-color: rgb(23,5,85); }

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

border-color css

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

 span { border-color: rgb(23,5,85); }

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