Html Css Color HEX #165055 Cyprus

📋 copy color: '#165055'

red 22 ◦ green 80 ◦ blue 85

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

Shades of Cyprus #165055

Tints of Cyprus #165055

RGB

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

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

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

R = 11.76%
G = 42.78%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#165055 (or 0x165055) is known color: Cyprus. HEX triplet: 16, 50 and 55. RGB value is (22,80,85). Sum of RGB (Red+Green+Blue) = 22+80+85=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #165055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165055 is #E9AFAA. Grayscale: #3F3F3F. Windows color (decimal): -15314859 or 5591062. OLE color: 5591062.

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

Color convert

RGB 22 80 85 -
CMYK 0.74 0.06 0 0.67
HSL 184.76º 0.59% 0.21% -
HSV(B) 184.76º 0.74% 0.33% -
XYZ 4.84 6.56 9.61 -
YUV 63.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 22 80 85 0.74 0.06 0 0.67 184.76 0.59 0.21
Hex 16 50 55 4A 6 0 43 B9 3B 15
Octal 26 120 125 112 6 0 103 271 73 25
Binary 10110 1010000 1010101 1001010 110 0 1000011 10111001 111011 10101

Color Harmonies of #165055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165055

Black with #165055

Text Example


Text Example

White with #165055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165055; }

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

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

background-color css

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

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

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

border-color css

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

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

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