Html Css Color HEX #165054 Cyprus

📋 copy color: '#165054'

red 22 ◦ green 80 ◦ blue 84

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

Shades of Cyprus #165054

Tints of Cyprus #165054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.16%

R = 11.83%
G = 43.01%
B = 45.16%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#165054 (or 0x165054) is known color: Cyprus. HEX triplet: 16, 50 and 54. RGB value is (22,80,84). Sum of RGB (Red+Green+Blue) = 22+80+84=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #165054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165054 is #E9AFAB. Grayscale: #3F3F3F. Windows color (decimal): -15314860 or 5525526. OLE color: 5525526.

HSL color Cylindrical-coordinate representation of color #165054: hue angle of 183.87º degrees, saturation: 0.58, 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 #165054 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 80 84 -
CMYK 0.74 0.05 0 0.67
HSL 183.87º 0.58% 0.21% -
HSV(B) 183.87º 0.74% 0.33% -
XYZ 4.8 6.55 9.4 -
YUV 63.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 22 80 84 0.74 0.05 0 0.67 183.87 0.58 0.21
Hex 16 50 54 4A 5 0 43 B8 3A 15
Octal 26 120 124 112 5 0 103 270 72 25
Binary 10110 1010000 1010100 1001010 101 0 1000011 10111000 111010 10101

Color Harmonies of #165054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165054

Black with #165054

Text Example


Text Example

White with #165054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165054; }

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

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

background-color css

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

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

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

border-color css

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

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

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