Html Css Color HEX #165568 Orient

📋 copy color: '#165568'

red 22 ◦ green 85 ◦ blue 104

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

Shades of Orient #165568

Tints of Orient #165568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 10.43%
G = 40.28%
B = 49.29%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#165568 (or 0x165568) is known color: Orient. HEX triplet: 16, 55 and 68. RGB value is (22,85,104). Sum of RGB (Red+Green+Blue) = 22+85+104=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #165568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165568 is #E9AA97. Grayscale: #444444. Windows color (decimal): -15313560 or 6837526. OLE color: 6837526.

HSL color Cylindrical-coordinate representation of color #165568: hue angle of 193.9º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165568 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 85 104 -
CMYK 0.79 0.18 0 0.59
HSL 193.9º 0.65% 0.25% -
HSV(B) 193.9º 0.79% 0.41% -
XYZ 6.08 7.67 14.26 -
YUV 68.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 22 85 104 0.79 0.18 0 0.59 193.9 0.65 0.25
Hex 16 55 68 4F 12 0 3B C2 41 19
Octal 26 125 150 117 22 0 73 302 101 31
Binary 10110 1010101 1101000 1001111 10010 0 111011 11000010 1000001 11001

Color Harmonies of #165568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165568

Black with #165568

Text Example


Text Example

White with #165568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165568; }

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

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

background-color css

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

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

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

border-color css

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

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

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