Html Css Color HEX #165053 Cyprus

📋 copy color: '#165053'

red 22 ◦ green 80 ◦ blue 83

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

Shades of Cyprus #165053

Tints of Cyprus #165053

RGB

 RED value IS 22 (8.98% from 255) = 11.89%

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 11.89%
G = 43.24%
B = 44.86%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#165053 (or 0x165053) is known color: Cyprus. HEX triplet: 16, 50 and 53. RGB value is (22,80,83). Sum of RGB (Red+Green+Blue) = 22+80+83=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #165053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165053 is #E9AFAC. Grayscale: #3E3E3E. Windows color (decimal): -15314861 or 5459990. OLE color: 5459990.

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

Color convert

RGB 22 80 83 -
CMYK 0.73 0.04 0 0.67
HSL 182.95º 0.58% 0.21% -
HSV(B) 182.95º 0.73% 0.33% -
XYZ 4.76 6.53 9.19 -
YUV 63 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 22 80 83 0.73 0.04 0 0.67 182.95 0.58 0.21
Hex 16 50 53 49 4 0 43 B7 3A 15
Octal 26 120 123 111 4 0 103 267 72 25
Binary 10110 1010000 1010011 1001001 100 0 1000011 10110111 111010 10101

Color Harmonies of #165053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165053

Black with #165053

Text Example


Text Example

White with #165053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165053; }

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

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

background-color css

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

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

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

border-color css

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

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

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