Html Css Color HEX #15556E Orient

📋 copy color: '#15556E'

red 21 ◦ green 85 ◦ blue 110

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

Shades of Orient #15556E

Tints of Orient #15556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 9.72%
G = 39.35%
B = 50.93%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15556E (or 0x15556E) is known color: Orient. HEX triplet: 15, 55 and 6E. RGB value is (21,85,110). Sum of RGB (Red+Green+Blue) = 21+85+110=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #15556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15556E is #EAAA91. Grayscale: #444444. Windows color (decimal): -15379090 or 7230741. OLE color: 7230741.

HSL color Cylindrical-coordinate representation of color #15556E: hue angle of 196.85º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15556E is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 85 110 -
CMYK 0.81 0.23 0 0.57
HSL 196.85º 0.68% 0.26% -
HSV(B) 196.85º 0.81% 0.43% -
XYZ 6.37 7.78 15.92 -
YUV 68.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 21 85 110 0.81 0.23 0 0.57 196.85 0.68 0.26
Hex 15 55 6E 51 17 0 39 C5 44 1A
Octal 25 125 156 121 27 0 71 305 104 32
Binary 10101 1010101 1101110 1010001 10111 0 111001 11000101 1000100 11010

Color Harmonies of #15556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15556E

Black with #15556E

Text Example


Text Example

White with #15556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15556E; }

 p { color: rgb(21,85,110); }

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

background-color css

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

 a { background-color: rgb(21,85,110); }

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

border-color css

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

 span { border-color: rgb(21,85,110); }

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