Html Css Color HEX #165D75 Orient

📋 copy color: '#165D75'

red 22 ◦ green 93 ◦ blue 117

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

Shades of Orient #165D75

Tints of Orient #165D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 9.48%
G = 40.09%
B = 50.43%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165D75 (or 0x165D75) is known color: Orient. HEX triplet: 16, 5D and 75. RGB value is (22,93,117). Sum of RGB (Red+Green+Blue) = 22+93+117=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #165D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D75 is #E9A28A. Grayscale: #4A4A4A. Windows color (decimal): -15311499 or 7691542. OLE color: 7691542.

HSL color Cylindrical-coordinate representation of color #165D75: hue angle of 195.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165D75 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 93 117 -
CMYK 0.81 0.21 0 0.54
HSL 195.16º 0.68% 0.27% -
HSV(B) 195.16º 0.81% 0.46% -
XYZ 7.46 9.28 18.23 -
YUV 74.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 22 93 117 0.81 0.21 0 0.54 195.16 0.68 0.27
Hex 16 5D 75 51 15 0 36 C3 44 1B
Octal 26 135 165 121 25 0 66 303 104 33
Binary 10110 1011101 1110101 1010001 10101 0 110110 11000011 1000100 11011

Color Harmonies of #165D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165D75

Black with #165D75

Text Example


Text Example

White with #165D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165D75; }

 p { color: rgb(22,93,117); }

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

background-color css

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

 a { background-color: rgb(22,93,117); }

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

border-color css

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

 span { border-color: rgb(22,93,117); }

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