Html Css Color HEX #165253 Cyprus

📋 copy color: '#165253'

red 22 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #165253

Tints of Cyprus #165253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 11.76%
G = 43.85%
B = 44.39%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#165253 (or 0x165253) is known color: Cyprus. HEX triplet: 16, 52 and 53. RGB value is (22,82,83). Sum of RGB (Red+Green+Blue) = 22+82+83=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #165253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165253 is #E9ADAC. Grayscale: #404040. Windows color (decimal): -15314349 or 5460502. OLE color: 5460502.

HSL color Cylindrical-coordinate representation of color #165253: hue angle of 180.98º 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 #165253 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 82 83 -
CMYK 0.73 0.01 0 0.67
HSL 180.98º 0.58% 0.21% -
HSV(B) 180.98º 0.73% 0.33% -
XYZ 4.91 6.83 9.24 -
YUV 64.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 22 82 83 0.73 0.01 0 0.67 180.98 0.58 0.21
Hex 16 52 53 49 1 0 43 B5 3A 15
Octal 26 122 123 111 1 0 103 265 72 25
Binary 10110 1010010 1010011 1001001 1 0 1000011 10110101 111010 10101

Color Harmonies of #165253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165253

Black with #165253

Text Example


Text Example

White with #165253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165253; }

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

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

background-color css

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

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

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

border-color css

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

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

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