#165363

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

Shades of Arapawa #165363

Tints of Arapawa #165363

Color information

#165363 (or 0x165363) is unknown color: approx Arapawa. HEX triplet: 16, 53 and 63. RGB value is (22,83,99). Sum of RGB (Red+Green+Blue) = 22+83+99=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #165363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165363 is #E9AC9C. Grayscale: #424242. Windows color (decimal): -15314077 or 6509334. OLE color: 6509334.

HSL color Cylindrical-coordinate representation of color #165363: hue angle of 192.47º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165363 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB228399-
CMYK0.780.1600.61
HSL192.47º63.64%23.73%-
HSV(B)192.47º77.78%38.82%-
XYZ5.687.2612.91-
YUV66.58146.2996.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=10.78%
G=40.69%
B=48.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2283990.780.1600.61192.4763.6423.73
Hex1653634E1003Dc04018
Octal261231431162007530010030
Binary1011010100111100011100111010000011110111000000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165363; }

 p { color: rgb(22,83,99); }

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

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

 a { background-color: rgb(22,83,99); }

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

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

 span { border-color: rgb(22,83,99); }

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