Html Css Color HEX #15596C Orient

📋 copy color: '#15596C'

red 21 ◦ green 89 ◦ blue 108

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

Shades of Orient #15596C

Tints of Orient #15596C

RGB

 RED value IS 21 (8.59% from 255) = 9.63%

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 9.63%
G = 40.83%
B = 49.54%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15596C (or 0x15596C) is known color: Orient. HEX triplet: 15, 59 and 6C. RGB value is (21,89,108). Sum of RGB (Red+Green+Blue) = 21+89+108=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #15596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15596C is #EAA693. Grayscale: #464646. Windows color (decimal): -15378068 or 7100693. OLE color: 7100693.

HSL color Cylindrical-coordinate representation of color #15596C: hue angle of 193.1º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15596C is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 89 108 -
CMYK 0.81 0.18 0 0.58
HSL 193.1º 0.67% 0.25% -
HSV(B) 193.1º 0.81% 0.42% -
XYZ 6.59 8.39 15.46 -
YUV 70.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 21 89 108 0.81 0.18 0 0.58 193.1 0.67 0.25
Hex 15 59 6C 51 12 0 3A C1 43 19
Octal 25 131 154 121 22 0 72 301 103 31
Binary 10101 1011001 1101100 1010001 10010 0 111010 11000001 1000011 11001

Color Harmonies of #15596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15596C

Black with #15596C

Text Example


Text Example

White with #15596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15596C; }

 p { color: rgb(21,89,108); }

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

background-color css

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

 a { background-color: rgb(21,89,108); }

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

border-color css

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

 span { border-color: rgb(21,89,108); }

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